[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The name of the host computer where the database resides
Source position: sqldb.pp line 253
published property TSQLConnection.HostName : string |
HostName is the name of the host computer where the database server is listening for connection. An empty value means the local machine is used.
This property must be set prior to activating the connection. Changing it while the connection is active has no effect.
|
Role in which the user is connecting to the database |
|
|
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 character set to be used in this database |