DataSourceName (ODBCConnection - LotusScript)

Read-only. The ODBC name of the connected data source.

Defined in

ODBCConnection

Data type

String

Syntax

To get: name$ = odbcConnection . DataSourceName

Usage

The data source name identifies and distinguishes registered ODBC data sources.

Errors

Not connected (DBstsNCON)

Example