|
ole db 是一种通用的数据访问接口,
它使设计者可以不必关心数据的存储格式或方法,而直接使用它.
ole db 提供了对以下几种数据来源的支持:
OLE DB Provider for Oracle Allows high performance and functional access to Oracle data for Visual Basic® applications.
OLE DB Provider for ODBC Provides access to ODBC data sources by exposing OLE DB interfaces, methods and properties with certain limitations.
OLE DB Provider for Microsoft® Jet Allows Microsoft Jet-specific implementation of standard OLE DB interfaces, methods, and properties.
OLE DB provider for Microsoft® SQL Server™ Exposes interfaces to consumers wanting access to data on one or more SQL Servers.
|
|