by handbase@avisys.net » Mon Apr 07, 2014 7:27 pm
//// We optionally can export the time stamps so you can manually do your comparisons and merges
Is that something I missed in the desktop docs, or do I misunderstand?
And doesn't the timestamp change on every sync, regardless whether the database is dirty? Or are you talking about another kind of timestamp?
Parsing the file seems pretty straightforward, as you describe it --- although nothing is as simple as it seems.<G> In my case, at least, once the code is written it becomes a simple function --- all my customers' records will be of identical format. (Assume iOS looks like Android??)
Major distractions have interfered with my development process, but things are now rolling again. I have my application finding all (up to 12) user devices, mixed iOS and Android, and listing them for selection, creating databases (all are identical except for content), replicating databases, installing databases from CSV, deleting databases, displaying installed databases for each device. For the last, I really need to be able to mark those that are dirty --- the reason I ask. I'd hate to leave it to my customers to remember which ones they updated. There's gotta be a way without my hacking the database format --- I don't have that much time.<G>
Thanks,
Jerry