LOTUS CONNECTORS


Query property
Example

Write-only. Relates an ODBCQuery object with a result set.

Defined in

ODBCResultSet

Data type

ODBCQuery

Syntax

To set: Set odbcResultSet.Query = odbcQuery

Usage

To execute the query, you must associate the result set with a valid query object.

Errors

No valid query object (DBstsNQOJ)

Example
See Also