ADO patch for D5? EOF BOF error.



Yes, I'm still in the dark ages. Does anyone know if there's an ADO patch
foir Delphi 5. I have installed the Delphi5 Update pack from Borland, but it
did not solve the problem.

After looping through the results of a simple select query (tADOQuery),
myquery.close or myquery.free produces the "Either BOF or EOF is true, or
current record deleted."

Certainly, EOF is true, since I just looped throught the rows.

I can almost cure this, if I use myquery.prior before using myquery.close.
But the error still occurs on an empty recordset or an a recordset with only
one row.


.



Relevant Pages