adspace
What are the advantages of oledb compared with other
classes?
Answer Posted / 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 View All Answers