Method DacSession():isConnected() Professional
Checks if a connection is established.
:isConnected() --> lConnected
This method returns .T. (true) if a connection to a server is established. Otherwise it returns .F. (false).
This method checks if a connection to a server is established successfully. It is usually called immediately after a new DacSession object is created using the method :new().
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.