PostgreSQL General connection

To create a database connection cache for the PostgreSQL database using the General method:

  1. In the Database Configuration dialog box, select PostgreSQL from the Provider list.

  2. Enter any text as the cache name.

  3. Select the General tab.

  4. Input the IP address (for connecting with the remote database) or machine name (for connecting with the local database) in Host.

  5. Input the port number.

  6. Enter your User name and Password for logging into the server.

  7. Enter your database name in Connect to a database.

  8. Click View License Terms to view the driver license and then select the check box of "I have read and agree to the license ...".

  9. Click Test Connection to make sure the connection is successful.

    The "Allow dynamic connection using the transaction LogID and LogPass" option allows the application to use the LogID and LogPass property values of the Transaction object to log in to the database server (instead of using the values in the User name and Password fields). For more, refer to Using LogID and LogPass properties.