ADO.NET Question: Download ADO.NET PDF

Does SQLClient and OLEdb class share the same functionality?

Tweet Share WhatsApp

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 PDF Read All 42 ADO.NET Questions
Previous QuestionNext Question
What is the difference between data reader and data set?why edit is not possible in repeater?