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
What are the rules to implement connection pooling?
What is read only and forward only in ado.net?
What is difference between entity framework and ado.net?
What you mean by filtering of data?
What does adodb stand for?
Define executenonquery?
Which method is used by command class to execute SQL statements that return single value?
Define the executescalar method?
What do you know about ado.net's objects?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Which is faster sqldataadapter and sqldatareader?
How can you add or remove rows from the datatable object of dataset?
What are the Features and disadvantages of dataset
What is the difference between ADO and ADO.Net?
What are the various methods provided by the DataSet object to generate XML?