DSN Property

Specifies the ODBC data source name if the provider is ODBC.

Syntax

object.DSN [= String]

Parameters

The DSN property syntax has these parts:

Part

Description

object

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

String

The name of the ODBC data source, as defined through the ODBC Administrator tool; for example: Northwind.

See Also