Does sqlclient and oledb class share the same functionality?



Does sqlclient and oledb class share the same functionality?..

Answer / Swati Passi

Both SqlClient and OLEDB classes provide data access functionality in ADO.NET, but they target different types of databases. SqlClient is designed for Microsoft SQL Server, while OLEDB supports various data sources like Access, Oracle, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between connected and disconnected environment?

1 Answers  


What are dcl commands?

1 Answers  


What is ado.net full form?

1 Answers  


what is type dataset?

3 Answers  


Explain the basic use of "dataview" and explain its methods.

1 Answers  


Does executenonquery return a value?

1 Answers  


What is @@rowcount and with small code snippet explain the usage?

4 Answers   BirlaSoft,


How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?

2 Answers  


Explain the difference between data reader and data adapter?

1 Answers  


Give few examples of datareader that is used in different dataproviders.

1 Answers  


What is openrowset?

1 Answers  


Does dapper use ado.net?

1 Answers  


Categories