Board index » delphi » either bof or eof is true .... error

either bof or eof is true .... error

my database is sql server 2000 and i use ado 2.5
and this problem occurs only on system other than my system . i think this
want be cause of using a component or dll that handle this .
the error is "either bof or eof is true or the current record has been
deleted'.
it occures when the query result is null and the Bof=Eof=true and when i
close the adoquery it raise this error.

thanks to help me.
zall.

 

Re:either bof or eof is true .... error


You need an update to the ado objects in delphi ... get them from the
borland support site.

Re:either bof or eof is true .... error


Quote
>my database is sql server 2000 and i use ado 2.5
>and this problem occurs only on system other than my system . i think this
>want be cause

If you are using Delphi 5 this problem is due to using Ado 2.6 or higher with
out having installed the Adoexpress update 2

--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads