April 14, 2004 at 8:51 am
table1 (int id, nvarchar(10) Name)
id is PK and IDENTITY set to YES
table2 (uniqueidentifier id, nvarchar(10) Name)
On columns id : IS row ID = YES and Default value = (newid())
I add row in both table and Synch for the first time.
Now on each side I add a row
Server side:
insert table1 (name) values('test2')
insert table1 (name) values('test2')
PDA side
insert table2 (name) values('PDAtest2')
insert table2 (name) values('PDAtest2')
April 19, 2004 at 8:00 am
This was removed by the editor as SPAM
April 20, 2004 at 4:02 am
I found the solution.
In the Table article Properties, the tab Identity Range... They have a check box Automatically assign and maintain a unique identity range for each subscription. Each time a saw it it was disable... but I can change it BEFORE I click the Apply or ok button when I add the article....
simple...
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply