ODBC.net Vs OleDB.net which is Better

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

can some one tell me why is that ODBC.net is faster than OleDB.net???
 
Is it?
Probably because of less COM stuff - ODBC is a bit less abstracted and a bit
more direct than OleDb.
 
¤ can some one tell me why is that ODBC.net is faster than OleDB.net???

Depends upon the database and the drivers you are using. As Miha mentioned, ODBC has a performance
advantage in general. However, OLEDB typically has much better feature support.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 

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