What provider ADO.net use by default?
Answers were Sorted based on User's Feedback
Answer / sabyasachi
SQLclient is the default provider of ADO.Net.
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / balu
ADO.Net have no dafault Provider..We have to include
externally like "using System.Data.SqlClient"
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / kavita
there is no any default provider,we have mention there which provider we going to include.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / lalitha
The below link gives the answer for this question. ADO.NET
does not default to anything.
http://www.devnewsgroups.net/group/microsoft.public.dotnet.f
ramework.adonet/topic43724.aspx
Is This Answer Correct ? | 0 Yes | 2 No |
What is microsoft ole db provider for sql server?
Which is the best method to get two values from the database?
how do u connect ado.net to sql server
Define bubbled event?
Explain ado.net features?
Why sql Data Reader object not created
Which object needs to be closed?
How would u connect to database using .NET?
What is difference between connected and disconnected architecture in ado.net?
Define data adapter?
What is the full form of ado?
How to enable and disable connection pooling?