1. Is transferring entire databases going to be easier (from a Palm coding perspective) than record-by-record synchronization?
This is pretty simple to write using the SyncManager API -- from the conduit, just open the DB on the device, read and delete all the records, do your processing, then write all the new records.
You could use the MFC or Generic Conduit frameworks, but there's a lot of conceptual overhead there that isn't needed for this, IMO.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
