LOTUS CONNECTORS


Connection property
Example

Write-only. Relates a connection object with a query.

Defined In

ODBCQuery

Data type

ODBCConnection

Syntax

Set odbcQuery.Connection = odbcConnection

Usage

You must use the connection property to link a connection object with a query. A query must pertain to a valid connection before it can be either used or validated.

Errors

No valid connection object (DBstsNCOJ)

Example