> My first thoughts were to use a conduit. That's the standard approach. However, you have to be careful if 2 conduits sync to the same Palm database.
> and then update the Access database with > the any new info from the Palm unit. And how will you know what info that is? > I would like all this to be triggered > by the syncing procedure. Is this possible? You can write a thing called a notifier to get told when the sync is starting and ending. However, you want to ensure that you don't take too long doing your stuff. > Is this a good approach? I would go with the conduit, personally, as it's more direct. There is a lot of info in the Conduit Development Kit docs, and we have a whitepaper on our website that talks about conduit writing. Cheers, Jim Cooper ____________________________________________ Jim Cooper [EMAIL PROTECTED] Tabdee Ltd http://www.tabdee.ltd.uk TurboSync - Connecting Delphi with your Palm ____________________________________________ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
