[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Name of the connection type to use
Source position: sqldb.pp line 713
published property TSQLConnector.ConnectorType : string |
ConnectorType should be set to one of the availabe connector types in the application. The list of possible connector types can be retrieved using GetConnectionList call. The ConnectorType property can only be set when the connection is not active.
Attempting to change the ConnectorType property while the connection is active will result in an exception.
|
Return a list of connection definition names. |