-
Is sqlConnection ADO, if not, what’s the name of the layer?
-
To invoke ADO, (to access non-MS db’s), is OleDbConnection the prefered choice?
Is sqlConnection ADO, if not, what’s the name of the layer? To invoke ADO,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SqlConnection is part of the “.NET Data Provider for SQL Server”, so it is ADO.NET, not to be confused with the old COM-based ADO.
Also, yes I believe OleDBConnection is preferred for Access. I do not believe there is an out-of-the box native data provider for MS Access.