LOTUS CONNECTORS


QueryExecuteTimeOut property
Example

Read-write. Specifies a time-out value in seconds for query execution.

Defined In

ODBCQuery

Data type

Integer

Syntax

To get: time% = odbcQuery.QueryExecuteTimeOut

To set: odbcQuery.QueryExecuteTimeOut = time%

Usage

Use to optimize result set retrieval or to ensure timely results in a browsing application.

Example
See Also