IsConnected (ODBCConnection - LotusScript)
Indicates whether the connection object still exists.
Defined in
Syntax
status = odbcConnection . IsConnected
Return value
- True indicates that the connection object exists.
- False indicates that the connection no longer exists.
Usage
Use IsConnected to periodically test the connection to your data source; for example, before attempting to commit a series of transactions.