DAO

  • Thread starter Thread starter Abdul Shakeel
  • Start date Start date
A

Abdul Shakeel

Hi All,

Can anybody tell why & when we use DAO in our databases???
 
DAo is ****ing obsolete.

DAO isn't portable.
DAO forces you to clean up your variables (killing one of the main
efficiencies of VB / VBA)
DAO is just the old way of doing things.

ADO is more popular.
ADO is more flexible.
ADO is faster.
ADO is used by other applications-- like Dreamweaver for example.

DAO limits you to an obsolete database engine.

JET is stupid.

Even a raghead should have enough cojones to figure out that you
should use a real mans database.
****ing baby killer

-Aaron
 

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

Back
Top