PostgresDAC
TPSQLDatabase.Properties.UserPassword | Previous Next |
To provide a Password for the connection.
Syntax:
property UserPassword: String;
Description:
For security reasons we strongly recommend you to define Password for each user.
 | By default PostgreSQL has user postgres with empty password and server administer rights.
Don't forget to change password for postgres! |