ZTable Problem
Posted: 13.03.2008, 20:39
I am using 6.6.2 with Delphi-5, sqlite3.
Ztable.First;
while not ZTable.Eof do
begin
...
ZTable.Next;
end;
In the course of ... the current record might get edited. This messes up the cursor position and Eof never happens. It seems to bounce back and forth between the first and second record if the first record gets edited.
Any ideas?
Thanks,
Ed
Ztable.First;
while not ZTable.Eof do
begin
...
ZTable.Next;
end;
In the course of ... the current record might get edited. This messes up the cursor position and Eof never happens. It seems to bounce back and forth between the first and second record if the first record gets edited.
Any ideas?
Thanks,
Ed