Re: which is method is better for database access!

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



"Fenn" <fenn_j@xxxxxxxxx> wrote in message
news:OMQLro4tFHA.256@xxxxxxxxxxxxxxxxxxxxxxx
>I want to do a database project.Which is the most stable and easy way to do
> it.Is it ADO or DAO..or is there anyhitng new that is can use...please let
> me know.Thanks in advance.

<disclaimer>
Database access is not often the subject of discussion here. I am no
database expert.
</disclaimer>

That said, I think that ADO is a wrapper around OLE-DB which is newer than
DAO.

Newer _usually_ translates into preferable.

You may want to post again in a database group for more advice.

Regards,
Will


.



Relevant Pages

  • 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: 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)
  • Requery of Listbox does not display new data
    ... add a record to the database. ... Then the Lisbox control's requery method is ... The ADO command is run using a connection string to the mdb containing the ... Dim cmd As ADODB.Command ...
    (microsoft.public.access.formscoding)