Re: ADOrecordBinding pro and con
From: Stephen Howe (stephenPOINThoweATtns-globalPOINTcom)
Date: 02/09/04
- Next message: Gary German: "Re: Cannot Create ADODB.Connection - error 429"
- Previous message: Veign: "Re: Cannot Create ADODB.Connection - error 429"
- In reply to: Horst Pichler: "ADOrecordBinding pro and con"
- Next in thread: meanwomon46_at_aol.com: "RE: ADOrecordBinding pro and con"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: Gary German: "Re: Cannot Create ADODB.Connection - error 429"
- Previous message: Veign: "Re: Cannot Create ADODB.Connection - error 429"
- In reply to: Horst Pichler: "ADOrecordBinding pro and con"
- Next in thread: meanwomon46_at_aol.com: "RE: ADOrecordBinding pro and con"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|