I've created a windows mobile 6 application in vb.net that manages a sql ce 3.5 database. Now I'm trying to write a client desktop application that uses the Access Database Synchronization service to synchronize that mobile database with an access
database on the desktop. After hours of research I have been unable to find any information on how to configure the ADS to make this happen. I believe the RDA interface is the correct approach, but it requires an internet URL for the connection
string to a DLL and a string with the name of the database. I don't understand what this DLL that is to be referenced is supposed to be now how to actually initialize the synchronization programmatically one the connection is established.
↧