Re: counterpart

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Tim Ferguson (FergusonTG_at_softhome.net)
Date: 06/16/04


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



Relevant Pages

  • RE: Using ADO to Query Excel
    ... Using ADOR and ADO you can create a recordset in memory and do simple ... The solution with ADOR and ADO will then involve the step of first reading ... > The code and page references that I give here are from "Excel 2003 VBA, ... > manipulate the calculated data with SQL. ...
    (microsoft.public.excel.programming)
  • Re: Is ADO Dead (3)?
    ... The Design of ADO ... ADO uses a single object, the Recordset, as a common representation for ... a forward-only stream of results from a database, ... where data is updated at the data source or cached locally as with the ...
    (comp.databases.ms-access)
  • Re: Is ADO Dead (3)?
    ... The Design of ADO ... ADO uses a single object, the Recordset, as a common representation for ... a forward-only stream of results from a database, ... where data is updated at the data source or cached locally as with the ...
    (comp.databases.ms-access)
  • Re: Is ADO Dead (3)?
    ... The Design of ADO ... ADO uses a single object, the Recordset, as a common representation for ... a forward-only stream of results from a database, ... where data is updated at the data source or cached locally as with the ...
    (comp.databases.ms-access)
  • Re: DAO to ADO Recordset Options
    ... DAO was really fast when dealing with Access data (faster than ADO) but was ... Recordset. ... For client-sided cursors, there is only Static cursor type regardless as ... determines how often data is fetched from the server. ...
    (microsoft.public.data.ado)