What are the advantages of oledb compared with other
classes?



What are the advantages of oledb compared with other classes?..

Answer / Amrendra Kr Rohan

OLEDB (Object Linking and Embedding Database) provides several advantages over other ADO.NET data access classes:
1. It supports a wide range of data sources such as ODBC, Oracle, and SQL Server.
2. It allows for the direct manipulation of native data types in database management systems.
3. It can be used to execute SQL queries on multiple data sources at once (multi-data source access).
4. It provides faster performance compared to ADO because it is based on native APIs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What are two important objects of ADO.Net?

1 Answers  


What are the several execute methods of ado.net?

1 Answers  


Explain the difference in record set and dataset?

1 Answers  


what is a dataset?

9 Answers   Choice Solutions,


What is aggregating data ?

1 Answers  


What is difference between connected and disconnected architecture in ado.net?

1 Answers  


What is Dataset Object?

1 Answers  


What is the difference between dataset and datatable?

1 Answers  


What is the difference between connected and disconnected environment?

1 Answers  


What two types of data providers does ADO.NET supply? What determines which one you should use?

1 Answers   CDC,


What are dataproviders?

1 Answers  


How to enable and disable connection pooling?

1 Answers  


Categories