Q: NexusDB seems to "loose" records. When I post new records and then restart the application they are simply not there. What should I do to prevent this?

Every time you Post a record that has been edited in a grid, the changes are sent to the server and stored. There is no caching or such anywhere. The only things I can think of is:- you have a StartTransaction call *somewhere* in your app (maybe a 3rd party component does it). If you close an app without calling Commit, then the server automatically does a Rollback.

There might be some mixup with the UI and the code behind it, such as batchmode is activated but never finished, or something like that.

Home | Site Contents | Documentation | FAQ, Tips & Tricks | NexusDB FAQ | Transactions, Locks, etc