Re: ADOrecordBinding pro and con

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Stephen Howe (stephenPOINThoweATtns-globalPOINTcom)
Date: 02/09/04


Date: Mon, 9 Feb 2004 20:55:37 -0000


> I am a bit new to the whole ADO stuff, and I just try to figure out if I
> should use the Recordbinding or not.
>
> Can U give me some hints, what are the pro and cons of this.

It is faster than not using it by about 10%. You bypass all the variants.

I have also found that there is a long standing bug whereby the meta-data is
not correctly interpreted for a zero-record recordset and the binding struct
has non-zero members on construction. It shows up in that the 1st AddNew()
does not work.
Setting all members to 0 in the constructor makes it work.

Stephen Howe



Relevant Pages

  • Re: ADO error code 800a0c93
    ... Yes, it works now, without ADO Record Binding. ... Well the problem is in your RecordBinding code. ... It is this that Microsoft has never adequately documented. ... newsgroups with more experienced programmers and read their responses (in ...
    (microsoft.public.data.ado)
  • RE: ADOrecordBinding pro and con
    ... I am a bit new to the whole ADO stuff, and I just try to figure out if I ... should use the Recordbinding or not. ... Can U give me some hints, what are the pro and cons of this. ... Horst ...
    (microsoft.public.data.ado)
  • ADOrecordBinding pro and con
    ... I am a bit new to the whole ADO stuff, and I just try to figure out if I ... should use the Recordbinding or not. ... Can U give me some hints, what are the pro and cons of this. ... Horst ...
    (microsoft.public.data.ado)