Subject | Dataset is currently fetching error? |
---|---|
Author | Chuck Belanger |
Post date | 2010-04-13T18:50:04Z |
Hello:
For years I've been doing the following:
Open;
While not EOF do
begin
Process the record (in this case filling a string grid)
Next;
end;
Close;
And suddenly in the past few weeks I have "Dataset is currently
fetching" errors on the CLOSE line.
What is going on? How do I test for a fetching dataset before closing?
Using IBQuery, IBO 4.8.7 in Delphi 2007.
Thanks,
Chuck Belanger
For years I've been doing the following:
Open;
While not EOF do
begin
Process the record (in this case filling a string grid)
Next;
end;
Close;
And suddenly in the past few weeks I have "Dataset is currently
fetching" errors on the CLOSE line.
What is going on? How do I test for a fetching dataset before closing?
Using IBQuery, IBO 4.8.7 in Delphi 2007.
Thanks,
Chuck Belanger