Difference between OLEDB Provider and SqlClient ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / dhana
sqlclient is exclusively for sqlserver as backend while
oledb is for access,sqlserver,oracle
using sqlclient provides extra functions while using
sqlserver as backend
Is This Answer Correct ? | 10 Yes | 8 No |
What is ado net stands for?
What are the types of databinding?
What is DataRowCollection?
What is the difference between DataReader and DataSet in ADO.NET?
0 Answers Petranics Solutions,
What do you know about ADO.NET's objects and methods?
What is two way data binding android?
WHAT IS DIFF B/W VIEWS AND STORED PROCEDURE
What are the three Objects of ADO.
What is variable view?
Give an example that shows how to execute a stored procedure in ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
How to read data with the sqldatareader ?