I'm not aware of any reference materials on that. The idea is very simple - you go through all records in one db and compare them with records in another db. If they are different, you'd need to synchronize them as appropriate in your particular case. For example:
Before:
SQL Mobile SQL Express Action
1-foo 1-foo Same data, do nothing
2-bar 2-foobar Data changed, copy from Express to Mobile
2-some <nothing> Record deleted, delete from Mobile
(or is it added on device? - that's for you to track)
Before:
SQL Mobile SQL Express
1-foo 1-foo
2-foobar 2-foobar
As far as I know you can run SQL Express and SQL Server side by side, though you would need to use nonstandard port.
This posting is provided "AS IS" with no warranties, and confers no rights. |