ADO patch for D5? EOF BOF error.
- From: "Mike Martin" <mikem@xxxxxxx>
- Date: Wed, 25 Jan 2006 01:58:50 -0700
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.
.
- Follow-Ups:
- Re: ADO patch for D5? EOF BOF error.
- From: Steve Zimmelman
- Re: ADO patch for D5? EOF BOF error.
- From: Graham Plain
- Re: ADO patch for D5? EOF BOF error.
- From: Jacob Havkrog
- Re: ADO patch for D5? EOF BOF error.
- Prev by Date: BOF or EOF error -MSAccess
- Next by Date: Re: ADO patch for D5? EOF BOF error.
- Previous by thread: BOF or EOF error -MSAccess
- Next by thread: Re: ADO patch for D5? EOF BOF error.
- Index(es):
Relevant Pages
|