Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- From: "Chris Cooper" <cooperc@xxxxxxxxxxx>
- Date: Tue, 26 Jul 2005 09:58:47 -0600
Thanks Brian,
It seems that I was referencing a bookmark that ofcourse no longer existed
once the dataset was once again empty. It's the ol'
"have-another-pair-of-eyes-look-at-it" syndrome.
Thanks again.
"Brian Bushay TeamB" <BBushay@xxxxxxxxx> wrote in message
news:et3be1lt9923qkkcaut3ge112s87d5ndcn@xxxxxxxxxx
>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.
This can be a legitimate error message if you try to do an operation on an
empty
dataset. I would check your code to see what might be executing after a
CancelUpdate
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- From: Chris Cooper
- Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- From: Brian Bushay TeamB
- Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- Prev by Date: Re: Creating a table with multiple key and boolean fields in SQL
- Next by Date: Either BOF or EOF is True, or the...
- Previous by thread: Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP
- Next by thread: Either BOF or EOF is True, or the...
- Index(es):
Relevant Pages
|