Extra connection parameters.
Source position: sqldb.pp line 317
| published property TSQLConnection.Params : TStrings; | 
Params can be used to specify extra parameters to use when establishing a connection to the database. Which parameters can be specified depends on the connection type.
| 
 | Password used when authenticating on the database server. | |
| 
 | The username for authentication on the database server. | |
| 
 | The name of the host computer where the database resides. | |
| 
 | The name of the database to which connection is required. |