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 |
Can we bind one datareader wid two dropdown list?
Why is it important to close an ado.net application?
What is the hierarchy of data in databases?
What is ado circle?
Using Ado.net, what front ends and back ends can you use?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
can we create synonymn in ms access,sql server,my sql if so explain me with example
List all the steps in order, to access a database through ado.net?
What is the advantage of ado.net?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Difference between sqlcommand and sqlcommandbuilder?
How do you sort the data in datagrid?