What provider ADO.net use by default?
Answer Posted / sabyasachi
SQLclient is the default provider of ADO.Net.
Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What are advantages of microsoft-provided data provider classes in ado.net?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Define the executescalar method?
What is the difference between Datareader and Dataset?
What is Serialization in .NET? what are the types of Serialization?
Which ado.net object is very fast in getting data from the database?
How can we check that some changes have been made to dataset since it was loaded?
How to enable and disable connection pooling?
What is the maximum pool size in ado.net connection string?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Which parameter of ConnectionString is used to specify the name of the database?
What does datareader object do?
How can we add relation between tables in a dataset?
What is the difference between statement and preparedstatement interface?
What is the difference between connected and disconnected environment?