Need info on comparrision between OleDBConnection and SqlConnection objects.

  • Thread starter Thread starter Ken Varn
  • Start date Start date
K

Ken Varn

I realize that OleDbConnection can connect to more than one type of database
engine, but I was wondering if there are any distinct advantages to using
SqlConnection vs. OleDbConnection to connect to a SQL Server database. I
have heard that performance could be an issue. Is this true?

--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------
 
Back
Top