What provider ADO.net use by default?
Answer Posted / 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 |
Post New Answer View All Answers
What is data relation in ado.net?
Which ado.net object is very fast in getting data from the database?
Which database is the ado.net sql connection object designed for?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What is dataset object? Explain the various objects in dataset.
What is connection in ado.net?
How will you fill the gridview by using datatable object at runtime?
What are all features of ADO.Net?
Explain the architecture of ado.net?
What is data adapter in ado.net with example?
How to pass values into a datatable?
How can we add/remove row's in "datatable" object of "dataset"?
What is the difference between the clone() and copy() methods of the dataset class?
What is difference between sqldatareader and sqldataadapter?
What is openquery?