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 the return type of executescalar?
What are the ADO.NET Controls?
can we execute trigger normally at the desired time?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
How can you add or remove rows from the datatable object of dataset?
What is the main difference between ADO and ADO.Net
What is ado code?
What does datareader object do?
How can we perform transactions in .net?
Explain why edit is not possible in repeater?