Re: ADO patch for D5? EOF BOF error.



Thank, do you know where I can find these ADO patches?

> >
> > After looping through the results of a simple select query (tADOQuery),
> > myquery.close or myquery.free produces the "Either BOF or EOF is true,
or
> > current record deleted."
> >
>
> Hi Mike,
>
> This was a known problem at the time. IIRC, and I'm sure there are lots of
> readers ready to correct me if I'm mis-remembering, it occurs when using
> unpatched D5 ADO with MDAC 2.6 or later and the second ADO patch fixed it.
> The ADO patches, two that I know of, are separate from the D5 patch. So
even
> after patching D5 you still need to patch the ADO components.
>
> Graham.
>
>


.



Relevant Pages

  • Re: VB6 Run-time errors after microsoft patches and updates
    ... control treeview items and register them to a corporate RDBMS database ... solution so can someone help me troubleshoot what recent patches may be doing ... to clobber the ADO component set? ... patch the thing starts working bug free. ...
    (microsoft.public.vb.general.discussion)
  • Re: ADO patch for D5? EOF BOF error.
    ... > myquery.close or myquery.free produces the "Either BOF or EOF is true, ... unpatched D5 ADO with MDAC 2.6 or later and the second ADO patch fixed it. ... The ADO patches, two that I know of, are separate from the D5 patch. ...
    (borland.public.delphi.database.ado)
  • How to save DateTime
    ... I'm using D5, TADOQuery and MSSQL200. ... I want to know what is the correct way to save a date not datetime into a ... This is my old wy which use to work in BDE but now does not work with ADO ...
    (borland.public.delphi.database.ado)
  • Re: ADO vs ADO Express Time Trials (redux)
    ... procedure GetValuesFromQuery(Query: TADOQuery); ... FName:= Query.FieldByName.AsString; ... ADO Express is much slower than ADO. ... lookups is faster than ADO Express by ordinal. ...
    (borland.public.delphi.database.ado)
  • ADO vs ADO Express Time Trials (redux)
    ... ADO Express: 8.3 seconds ... Test 4a: Field Lookup by Ordinal ... Loop: 0.45s ... procedure GetValuesFromQuery(Query: TADOQuery); ...
    (borland.public.delphi.database.ado)