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
Give few examples of datareader that is used in different dataproviders.
What is aggregate root?
What is a sqldataadapter?
How do you merge 2 datasets into the third dataset in a simple manner?
What is ado circle?
What is an orm, and why would you use one instead of plain old ado.net?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Compare Data Reader & Dataset in ado.net?
Why do we need ado.net?
How can we serialize the dataset object?
How will you fill the gridview by using datatable object at runtime?
What is execute reader in ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Explain sqlconnection object?
What are the data access namespaces in .NET?