Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- From: "Chris Cooper" <cooperc@xxxxxxxxxxx>
- Date: Mon, 25 Jul 2005 17:23:51 -0600
I've search all the threads on this issue and all of them seem to refer only
to Delphi 5 and MDAC 2.5.
I'm Using Win XP SP2 (which include MDAC 2.8), Delphi 6 SP3, and SQL2000, so
I believe I have all the updated covered.
When I open a ADODataSet in BatchUpdate mode, Append a record, and then
"Post" it to memory/batch -- Everything is fine. But if I perform a
ADODataSet.CancelUpdates I still get the "Either BOF or EOF is True" error.
However, if commit the inserts to the database first using
ADODataSet.UpdateBatch and then make changes to the record and perform a
ADODataSet.CancelUpdates, everything is fine. It only happens when I start
with an empty recordset and try to CancelUpdates before and UpdateBatch.
.
- Follow-Ups:
- Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- From: Brian Bushay TeamB
- Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- Prev by Date: Re: Create A Table From A FieldList?
- Next by Date: Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- Previous by thread: Create A Table From A FieldList?
- Next by thread: Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- Index(es):
Relevant Pages
|