REALSQLServerDatabase.Connect

From Real Software Documentation

Jump to: navigation, search
Method
REALSQLServerDatabase.Connect ( parameters ) As Boolean

Connects to the server or tests the connection if you have already connected.

Notes

The Host, Port, Username, and Password properties are required for a successful connection. If you have the DatabaseName property set when you call Connect, then the REALSQLServerDatabase will attempt to use the database named by DatabaseName. Connect returns True if the attempt to connect was successful and False otherwise. If the connection has been dropped, Connect attempts to reconnect. Connect returns True only if the attempt to reconnect was successful.

Personal tools