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 is a datareader object?
Why do we use sqldataadapter?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is ado.net tutorial?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is an ado?
Which object of ado contains datarow datacolumn collection?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is an ADO.Net?
What is ado.net in vb net?
How do you implement locking concept for dataset?
Compare Data Reader & Dataset in ado.net?
Define different execute methods of ADO.NET command object ?
What is oledb connection?
How can I retrieve two tables of data at a time by using data reader?