EnumTypes.ConnectionStringType Enumeration


Specifies the type of data server associated with a connection string.

Members

[spacer]

Value

Description

OleDB

Connect using ODBC connection

SqlClient

Connect using SQL connection


Remarks

Used as parameter for the eConnectMethods.eConnect_EntryPoint and the eConnectMethods.eConnect_Requester methods.

See Also