ado or dao

  • Thread starter Thread starter -Hillary
  • Start date Start date
A97 knows all about DAO.

Be sure to use the version 3.5x library, not the 3.6 library (which is
designed of JET 4.)
 
Can I use ADO or DAO in access 97?

DAO is what you should use, but ADO *can* be used, just not very
well. A97 does not have the built-in ADO support that A2K and later
had.

It would be a very unusual circumstance where there was a
justification for using ADO in A97.
 
SmartbizAustralia said:
DAO is simpler, quicker and easier to code.

I agree.
ADO is often needed to link to other databases like db2

Really? I thought there were ODBC drivers for "databases like db2" that
worked very nicely. I've been linking to tables in server databases with
ODBC drivers since back in the days of Access 2.0, and found that most (and
I believe that includes DB2) are ODBC-compliant.

I'd guess, considering databases still in use, but not updated in recent
years that the universe of ODBC-compliant databases would be greater than
the universe of OLEdb-compliant databases.

Larry Linson
Microsoft Access MVP
 

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

Similar Threads

DAO vs ADO 5
ADO vs DAO 14
Latest on ADO vs. DAO 5
Result SQL server(2000) differs between ADO and DAO 2
ADO or DAO? 4
DAO IS DED 16
ADO vs. DAO 35
How to install DAO? 3

Back
Top