> Are you suggesting to delay the update until the first iteration > is complete?
Yes. If you start writing records to the Palm or deleting records from it while iterating through the records, things will become very strange :-) It's best to read everything you need from the Palm into memory, sync everything, then modify the Palm database. The example conduits in the CDK all do this (obviously I'm talking about 2-way syncs here). Cheers, Jim Cooper _____________________________________________ Jim Cooper [EMAIL PROTECTED] Tabdee Ltd http://www.tabdee.ltd.uk TurboSync - Writing Palm conduits with Delphi _____________________________________________ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
