Board index » delphi » Either BOF or EOF is True, or current record has been deleted

Either BOF or EOF is True, or current record has been deleted

I have installed the ADOupdate2, but the error of 'Either BOF or EOF is
True, or current record has been deleted' still occur?

Also, the RecNo of first record will be -1?

--
Simon Leung

Asia Professional Development Ltd.
Email : si...@asiapro.net
Tel:   +852 3123 4127
Fax:  +852 3123 4568

 

Re:Either BOF or EOF is True, or current record has been deleted


It is the last record = -1
Quote
"Simon Leung" <si...@asiapro.net> wrote in message news:3cc7789b_2@dnews...
> I have installed the ADOupdate2, but the error of 'Either BOF or EOF is
> True, or current record has been deleted' still occur?

> Also, the RecNo of first record will be -1?

> --
> Simon Leung

> Asia Professional Development Ltd.
> Email : si...@asiapro.net
> Tel:   +852 3123 4127
> Fax:  +852 3123 4568

Re:Either BOF or EOF is True, or current record has been deleted


Try selecting your primary key field too, as delphi uses it to determin
which record your working on or updateing etc..... I had a similar problem
a long time ago and corected it by doing that
Quote
Simon Leung <si...@asiapro.net> wrote in message news:3cc77e22_1@dnews...
> It is the last record = -1

> "Simon Leung" <si...@asiapro.net> wrote in message

news:3cc7789b_2@dnews...
Quote
> > I have installed the ADOupdate2, but the error of 'Either BOF or EOF is
> > True, or current record has been deleted' still occur?

> > Also, the RecNo of first record will be -1?

> > --
> > Simon Leung

> > Asia Professional Development Ltd.
> > Email : si...@asiapro.net
> > Tel:   +852 3123 4127
> > Fax:  +852 3123 4568

Re:Either BOF or EOF is True, or current record has been deleted


Quote
>I have installed the ADOupdate2, but the error of 'Either BOF or EOF is
>True, or current record has been deleted' still occur?

Is this error occurring outside of the IDE?  If it is then you probably have an
old copy of ADODB in use that did not get updated by ADO Update 2
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Other Threads