Re: counterpart
From: Tim Ferguson (FergusonTG_at_softhome.net)
Date: 06/16/04
- Next message: Steven M. Britton: "Re: Check to see if files exists and delete it."
- Previous message: Tim Ferguson: "Re: Looping"
- In reply to: dimwit: "counterpart"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 16 Jun 2004 14:55:18 -0700
=?Utf-8?B?ZGltd2l0?= <dimwit@discussions.microsoft.com> wrote in
news:6AEE8767-C7CE-46C5-916F-87DECA37F92A@microsoft.com:
>
> What is the counter part of the action DataBase, Recordset in DAO for
> ADO?
>
There is no Database object in ADO. You use Connection objects to
manipulate the data, and ADOX Catalog objects to manipulate the schema.
There is a Recordset oject in ADO, which does roughly the same things as a
real one although the method calls and parameters are slightly (but
enough... <g> ) different.
Hope that helps
Tim F
- Next message: Steven M. Britton: "Re: Check to see if files exists and delete it."
- Previous message: Tim Ferguson: "Re: Looping"
- In reply to: dimwit: "counterpart"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|