LOTUS CONNECTORS


IsConnected method
Example

Indicates whether the connection object still exists.

Defined in

ODBCConnection

Syntax

status = odbcConnection.IsConnected

Return value


Usage

Use IsConnected to periodically test the connection to your data source; for example, before attempting to commit a series of transactions.

Example
See Also