ANSI using psqlODBC

Connection string

This PostgreSQL ODBC Driver (psqlODBC) connection string can be used for connections to PostgreSQL.

Driver={PostgreSQL ANSI};Server=IP address;Port=5432;Database=myDataBase;
Uid
=myUsername;
Pwd=myPassword;