DbAccessProvider Enumeration

Specifies all possible database access providers supported by the Business Data Catalog to use to connect to the back-end database, execute commands, and retrieve results.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Enumeration DbAccessProvider
'Usage
Dim instance As DbAccessProvider
public enum DbAccessProvider

Members

Member name Description
SqlServer Provides data access for Microsoft SQL Server version 7.0 or later.
OleDb For data sources exposed using OLE DB.
Oracle For Oracle data sources. Supports Oracle client software version 8.1.7 and later.
Odbc For data sources exposed using ODBC.

See Also

Reference

Microsoft.Office.Server.ApplicationRegistry.SystemSpecific.Db Namespace