This topic has not yet been rated - Rate this topic

DbAccessProvider Enumeration

NOTE: This API is now obsolete.

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)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
	false)]
public enum DbAccessProvider
Member nameDescription
SqlServer Obsolete. Provides data access for Microsoft SQL Server version 7.0 or later.
OleDb Obsolete. For data sources exposed using OLE DB.
Oracle Obsolete. For Oracle data sources. Supports Oracle client software version 8.1.7 and later.
Odbc Obsolete. For data sources exposed using ODBC.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.