Search found 2 matches

by bsoft
05.08.2016, 20:05
Forum: ZeosLib 7.1 stable Forum
Topic: CommitUpdates setting status of inserted record as deleted
Replies: 3
Views: 1339

Re: CommitUpdates setting status of inserted record as deleted

marsupilami wrote:Hello bsoft,

could you try to build a small test case? Just a database script and a small Delphi or Lazarus project? That helps in tracking things down.
With best regards,

Jan
Here you go.

Thanks
by bsoft
14.07.2016, 19:50
Forum: ZeosLib 7.1 stable Forum
Topic: CommitUpdates setting status of inserted record as deleted
Replies: 3
Views: 1339

CommitUpdates setting status of inserted record as deleted

When using a ZQuery with CachedUpdates = True and executing ApplyUpdates followed by CommitUpdates, the record's UpdateStatus is set to usDeleted, which generates an Error when trying to Edit the Record. ZConnection properties are AutoCommit = True and TransactionIsolation = tiReadCommited. Zeos ver...