This topic describes connection parameters for the dotConnect for PostgreSQL data provider.
Host
The host name or IP address of the host where the PostgreSQL server is located.
Port
Specifies the port the server listens to. The default value is 5432.
User ID
Specifies the user name used to connect to the database.
Password
The user's password.
Allow Saving Password
If set to True, the password is stored together with the other connection parameters.
Caution! |
User password will be stored in your model in an unencrypted form (as plain text). |
Database
The name of the database you want to establish a connection to.
Schema
The PostgreSQL schema to be used.