Is SQLOLEDB the best Provider to use when connecting to MS SQL 2005 and up ? Andrew Kennard 9 years ago updated 8 years ago Completed Is SQLOLEDB the best Provider to use when connecting to MS SQL 2005 and up ?
Hello,
We prefer to use native SqlConnection (System.Data.SqlClient) to get connected to MS SQL Server. But we also didn't have any problems with OLE DB.