What provider ADO.net use by default?
Answer Posted / rashmi
Default Provider is SQLclient.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Explain the advantage of ADO.Net?
How is it possible to get 2 tables of data at a time by using data reader?
What is namespace in ado.net?
What is the difference in record set and dataset?
How can we check that some changes have been made to dataset since it was loaded?
How can we load multiple tables in a dataset?
How do you implement locking concept for dataset?
What are the 3 major types of connection objects in ado.net?
What is a string variable?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is ole data type?
How to maintain the relation between two tables in ADO.NET?
Do we use stored procedure in ADO.Net?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What we do with the object of ado.net dataset after using it?