Indicates whether the connection object still exists.
ODBCConnection
status = odbcConnection.IsConnected
Use IsConnected to periodically test the connection to your data source; for example, before attempting to commit a series of transactions.
See examples