hi, thks for the answer
1)so for being able to sync only e.g. 3 out of 5 tables i need to make two publications. but this will not create two database
files in the windows mobile device, i mean if i have two publications then i will have two sql ce databases corect?
again i dont mean about subscribing to a subset i mean synchronizing only a subset of tables. for instance a salesman has subscribed to
a database with tables customers, sales, products. i want to be able to sync lets say only customers and products and later sync only sales or sync all 3 tables.
2)for the second question i think that you have misunderstood me, i mean that if i have a table invoices and i have inserted 5 rows, i want to synch back only 3 of them, and later i want to sync the rest 2. can i do this selective sync in merge replication?
i mean syncing from the client to the server. dynamic filtering is for sending data from the server to the client and its diffrent from what i need for my case.