what is the best way to sync Contacts from a little (Delphi)Desktop-Application with Windows Mobile. Can I do this with basic4ppc? Is there a updateTimestamp set in the device database, if a contact ist change?
thanks for reply. The Desktop application uses the Advantage Database Server, but it is possible to sync Advantage and SQLite. My current problem is: my desktop-app don't know, if the device-app has written all data in the SQLite-db on the device. The only (dirty) solution that I know is to poll the device-app all ~5sec or is there a better way?
You can have a process in your device that once or twice a day checks if there are any changes. If there are changes the process sends a notification to the desktop.