i understand if i am running an Application that loads in xml, i make changes and i call dataadapter to update the sql table.
what i don't understand is if i have an app that is mostly offline. several times app is opened and closed only saving xml file to hard drive, on the rare occasion it's online, user has option to SYNC to master DB.
in theory he hits button and only updates records he changed, then downloads who table into xml, replacing xml file on harddrive so that he has lasted copy of master_table.
i'm afraid an unchanged record on my harddrive will overwrite a recently changed record on the master_table.
All pointers, references appreciated.
what i don't understand is if i have an app that is mostly offline. several times app is opened and closed only saving xml file to hard drive, on the rare occasion it's online, user has option to SYNC to master DB.
in theory he hits button and only updates records he changed, then downloads who table into xml, replacing xml file on harddrive so that he has lasted copy of master_table.
i'm afraid an unchanged record on my harddrive will overwrite a recently changed record on the master_table.
All pointers, references appreciated.