UseCDBCConnectionString Property

Uses an ODBC connection string to access an ODBC driver, rather than a data source (DSN) defined through the ODCB Administrator tool located in the Windows Control Panel.

Syntax

object.UseODBCConnectionString[= Boolean]

Parameters

The UseODBCConnectionString property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Boolean

Whether to use an ODBC connection string to configure access to an ODBC driver.

Settings

The settings for Boolean are:

Value

Description

True

Uses an ODBC connection string to configure access to an ODBC driver.

False

Uses an ODBC data source name to access an ODBC driver. (Default)

See Also