LOTUS CONNECTORS
Indicates whether the connection object still exists.
Defined in
ODBCConnection
Syntax
status = odbcConnection.IsConnected
Return value
Use IsConnected to periodically test the connection to your data source; for example, before attempting to commit a series of transactions.
Example See Also