You are not logged in.
Pages: 1
How do we handle adding records offline or in briefcase mode ? There will be conflicting ID's when posted to main database.
I suggest make the ID as LargeInt. High 4 bytes are hash of the workstation name, low 4 bytes are the date/time or autoinc, then you'll never have an ID conflict.
Offline
The briefcase mode is on the roadmap, but we have still doubt about it, in respect with a more regular MVC model, based on the UnitOfWork pattern.
See http://synopse.info/fossil/wiki?name=RoadMap
Offline
Pages: 1