Re: Either BOF or EOF is True - MDAC 2.8 - Delphi 6 SP3 - SQL2000 - Win XP



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


.



Relevant Pages