Compare Data Access Models Performance

  • Thread starter Thread starter Malee
  • Start date Start date
M

Malee

To compare performance between

- ADO with provider for specific database
- ADO with ODBC provider
- ODBC Direct thru DAO

Which is the best one ? And have any disadvantage ?

Any suggestion would be much appreciated,
Malee
 
i think in Access developers handbook it was a test of these 3, dont remeber
exact result, but remeber that it was not a big difference. Anyway - i think
first should be better, as it uses less layers
 
If you are using Access as your database then DAO(without ODBC) is the
fastest in my experience. ADO is faster then ODBC when it comes to
accessing SQL server.
 

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

ADO vs DAO in Access 2007 8
ODBC Performance? 3
VBA Error 3251 2
DAO IS DED 16
ADO Data Type Mismatch error 1
ADO OpenDatabaseConnection 2
help with vba altering access data 1
Using ADO in an mdb application 106

Back
Top