What provider ADO.net use by default?
Answer Posted / shashi sharma
ado.net use sqlclient by default.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
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 does sqldatareader return?
What is maximum pool size in ado.net connection string?
Describe datareader object of ado.net with example.
What are typed and untyped dataset?
What do you know about ado.net's objects?
Which is faster ado.net or linq?
What are the features of ado.net?
What is ado or jdbc?
What is linq and entity framework?
What is the meaning of object pooling?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What are the main differences between classic ado and ado.net?
Which provider is used to connect ms access, oracle, etc…?
How is it possible to get 2 tables of data at a time by using data reader?