I've a grid attached to a zQuery in cahchedUpdates mode.
The table has a Key field. I can insert and modify recors without problems, using a button with this code in Click event:
Code: Select all
with zqP do
if UpdatesPending then
begin
ApplyUpdates; CommitUpdates;
Refresh;
end;
How I solve this issue?
zeos 7.1.3-stable
firebird 2.5.3
Thanks