Home > Archive > SQL Anywhere Mobile > August 2005 > create publication & synchronizatin question









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author create publication & synchronizatin question
Toni

2005-08-09, 8:26 pm

Hi,

How to create the publication that indicate the
synchronization only
rows that has uid = test1 in table T1???

Thanks,
Toni
Shuchit

2005-08-10, 3:25 am

Toni wrote in news:42f8f554.3a2c.1681692777@sybase.com:

> How to create the publication that indicate the
> synchronization only
> rows that has uid = test1 in table T1???
>


Create publication p1 (
table t1 where uid = 'test1'
);


The above will restrict the upload to rows that satisfy the where clause. To
retrict rows from downloading, you need to add the same condition to the
download_cursor on the MobiLink server.

Shuchit
Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com