Standard using psqlODBC
Connection string
This PostgreSQL ODBC Driver (psqlODBC) connection string can be used for connections to PostgreSQL.
Driver={PostgreSQL};Server=IP address;Port=5432;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;
This PostgreSQL ODBC Driver (psqlODBC) connection string can be used for connections to PostgreSQL.
Driver={PostgreSQL};Server=IP address;Port=5432;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;