counterpart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top