ConnectionState
Describes the current state of the connection to a data source.
Closed = 0
The connection is closed.
Connecting = 2
The connection object is connecting to the data source.
Open = 1
The connection is open.