Re: ADO patch for D5? EOF BOF error.



Here's the links to the download.

http://info.borland.com/devsupport/delphi/mdac26.html

ftp://ftpc.borland.com/pub/delphi/devsupport/updates/adoexpress/d5adoupdate2.exe

-Steve-

"Mike Martin" <mikem@xxxxxxx> wrote in message
news:43d73d51$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> 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