Re: BOF or EOF error -MSAccess Fixed
- From: "Mike Martin" <mikem@xxxxxxx>
- Date: Wed, 25 Jan 2006 13:27:11 -0700
That's probably the patch I can't find, as I do still use D5. I did install
the D5 update pack from Borland. That's the only one I could find. Thanks.
"Steve Zimmelman" <skz@xxxxxxxxxxxxxxxxxx> wrote in message
news:43d7854d@xxxxxxxxxxxxxxxxxxxxxxxxx
> What version of Delphi are you using? There was a bug in D5's ADO that
was
> fixed with AdoUpdate2 patch.
>
> -Steve-
>
> "Mike Martin" <mikem@xxxxxxx> wrote in message
> news:43d740bd$1@xxxxxxxxxxxxxxxxxxxxxxxxx
> > It seems to be fixed for the moment, not that I understand it. The
problem
> > does not occurr when the recordcount is 0, so this seems to have fixed
the
> > problem. I guess it doesn't want me to close the query when eof is true.
> >
> > if q1.recordcount > 0 then
> > q1.first.
> > q1.close;
> >
> > I did see a slight difference in MSAccess driver versions under ODBC,
> > between my Win2K and WinXP computers. I don't don't know if ODBC has
> > anything to do with ADO.
> >
> > "Mike Martin" <mikem@xxxxxxx> wrote in message
> > news:43d72586@xxxxxxxxxxxxxxxxxxxxxxxxx
> >> On Windows XP computers, my application receives this eOleException
when
> >> when performing MyADOQuery.close (or .free). This does not happen on
> >> Win2K
> >> computers.
> >>
> >> Either BOF or EOF is true, or the current record has been deleted.
> >>
> >> It's a simple select query, but eof is definitely true. The error
occurs
> >> after looping through the rows.
> >>
> >>
> >
> >
>
>
.
- References:
- BOF or EOF error -MSAccess
- From: Mike Martin
- Re: BOF or EOF error -MSAccess Fixed
- From: Mike Martin
- Re: BOF or EOF error -MSAccess Fixed
- From: Steve Zimmelman
- BOF or EOF error -MSAccess
- Prev by Date: Locate Speed in ADO
- Next by Date: Re: ADO patch for D5? EOF BOF error.
- Previous by thread: Re: BOF or EOF error -MSAccess Fixed
- Next by thread: ADO patch for D5? EOF BOF error.
- Index(es):
Relevant Pages
|