What provider ADO.net use by default?
Answer Posted / chauhan rakesh botad
NO DEFAULT PROVIDER OF ADO.NET.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is Data view?
What is csdl entity framework?
What are good ado.net object to replace to ado recordset object.
What does ado stand for in ado.net?
What are the different methods available under the sqlcommand class to access the data?
What is connected architecture in ado.net?
Explain the role of data provider in ado.net?
What are the types of databinding?
Where is adodb dll located?
What is difference between dataset and datatable?
What are the different execute methods of Ado.Net?
Does executenonquery return a value?
Why is ADO.NET serialization slower than ADO ?
Does ado.net use odbc?
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?