OleDb vs Odbc for access database?

  • Thread starter Thread starter Altex
  • Start date Start date
A

Altex

Hello,

I am creating a program that usese MS access database,

is it better to use OleDb with Jet provider or is it better to use Odbc?
what is the difference betwen them?

Alex
 
Hi Altex,

In my opinion OleDb, when I got the message that not everything in ODBC was
suported I stopped using it. And I see not disadvantages from OleDb since I
know I can change the connection in the load event when the designer is
used.

Cor
 
I agree with Cor. OleDb has been implemented longer, and although I don't
use it much, I hear it has notably better performance.
 

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