ODBC.net Vs OleDB.net which is Better

  • Thread starter Thread starter Guest
  • Start date Start date
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)
 
Back
Top