I am using Zeos 6.1.5 with Delphi 6. I have a run of code where I insert a record, add some values, post then edit again. After the edit, the table's state is dsInsert. I would expect it to be dsEdit. When I post next, rather than changing the current current record, it inserts a new one, consistent with the dsInsert state.
Any ideas what might be happening?
ZTable.Edit puts me in dsInsert state
Moderators: gto, cipto_kh, EgonHugeist