Set _SyncTime to null and _IsSynced to "false". The firmware will update these when the user does an sync.
The trickier one is "_IsDeleted". In the KoboTouch driver, if _IsSynced is true, I set _IsDeleted to true as well. Then it gets deleted during a sync and the server deletes it and passes that on to other devices. If it is false, I delete the row.
|