2 ADO Library, What's different ?

S

S.L.

I use AccessXP. In Reference Library List, There are "Microsoft ActiveX Data
Object 2.7 Library" and "Microsoft ActiveX Data Object Recordset 2.7
Library" . What is different ?
 
M

Michel Walsh

Hi,

The first one is incompatible with Access ( with one of its default
reference loaded by default, more precisely) and the second one is "ADOR",
as far as the Browser can tell, that seems limited to a recordset model (by
opposition to ADODB, which is "Microsoft ActiveX Data Object 2.1 Library).
One thing that seems to be absent in ADOR recordsets model are "events".
Maybe it is a Reduced version of ADO recordsets? I can't say.

Anyhow, Access do not use them, directly.



Hoping it may help,
Vanderghast, Access MVP
 
S

S.L.

Thank so much
Suntisuk

Michel Walsh said:
Hi,

The first one is incompatible with Access ( with one of its default
reference loaded by default, more precisely) and the second one is "ADOR",
as far as the Browser can tell, that seems limited to a recordset model (by
opposition to ADODB, which is "Microsoft ActiveX Data Object 2.1 Library).
One thing that seems to be absent in ADOR recordsets model are "events".
Maybe it is a Reduced version of ADO recordsets? I can't say.

Anyhow, Access do not use them, directly.



Hoping it may help,
Vanderghast, Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top