=?Utf-8?B?ZGltd2l0?= <(E-Mail Removed)> wrote in
news:6AEE8767-C7CE-46C5-916F-(E-Mail Removed):
>
> 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
|