Method DacSession():isConnected() Professional

Checks if a connection is established.

Syntax
:isConnected() --> lConnected
Return

This method returns .T. (true) if a connection to a server is established. Otherwise it returns .F. (false).

Description

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().

Feedback

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.