[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Role in which the user is connecting to the database
Source position: sqldb.pp line 257
published property TSQLConnection.Role : string |
Role is used to specify the user's role when connecting to the database user. Not all connection types support roles, for those that do not, this property is ignored.
This property must be set prior to activating the connection. Changing it while the connection is active has no effect.
|
Password used when authenticating on the database server |
|
|
The username for authentication on the database server |
|
|
The name of the database to which connection is required. |
|
|
The name of the host computer where the database resides |