Click here to Skip to main content
16,014,392 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing an application which will run on Windows Ce 5.0. I used the DataSource Configuration Wizard of (Visual Studio 2008 SP1 ) to develop an application which syncs two databases on remote computers. But the problem is I do not want to Sync the entire database,instead i want only only select rows to be synchronized between databases. I know that SqlSyncAdapterBuilder can be used for filtering the rows, but the Designer generated code is deriving from "SyncAdapter" which doesn't have the filter property. Please tell a way by which the filtering of rows and columns can be done using the designer wizard itself. And does the upcoming visual studio 2010 support the selective sync framework code to be generated from the Wizard.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900