counterpart

D

dimwit

Do you have a list of counterpart methods and actions that is listed in DAO for ADO?

What is the counter part of the action DataBase, Recordset in DAO for ADO?
 
T

Tim Ferguson

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
 

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