Answer Posted / rajesh
SqlClient namespace is used to connect microsoft sqlserver
database while OLEDB namespace is used to connect older
databases such as ms access and mysql
Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the namespaces used in ado.net for data access?
What is the difference in record set and dataset?
What is difference between dataset and datatable?
What is difference between entity framework and ado.net?
What is command class in ado.net?
What is a column variable?
Which architecture does Datasets follow?
What is microsoft ado?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Why do we use sqldataadapter?
What are all the classes that are available in System.Data Namespace?
What is the difference between executequery and executenonquery?
What are good ado.net object to replace to ado recordset object.
Which ado.net object is very fast in getting data from the database?