How do you check if it is open or closed I was using
if (SQLOperator.SQLCONNECTION.State.Equals(\"Open\"))
however, even the State is \'Op
I use the following manner sqlconnection.state
sqlconnection.state
if(conexion.state != connectionState.open()) conexion.open();