What provider ADO.net use by default?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the basic use of "dataview" and explain its methods.
What are the key events of sqlconnection class?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What do you know about ado.net's objects?
What are the main differences between classic ado and ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is bubbled event can you please explain?
What are the different ado.net namespaces are available in .net?
What are the ado.net components?
Explain the various objects in dataset.
What is namespace in ado.net?
Explain the difference in record set and dataset?
What are the parameters that control most of connection pooling behaviors?
Difference between sqlcommand and sqlcommandbuilder?
What are ado.net objects?