ADO.NET Question:
Download Questions PDF

Does SQLClient and OLEdb class share the same functionality?

ADO.NET Interview Question
ADO.NET Interview Question

Answer:

No, each have its own functionality,

ex : for sql client , there is SqlConnection object

and for oledb client , there is OleDBConnection

Download ADO.NET Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between data reader and data set?why edit is not possible in repeater?