Rating: 1.826086956
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 418 License: Free
psqlODBC is a free software by PostgreSQL Global Development and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download psqlODBC which is 1.43 MB in size and belongs to the software category Servers. psqlODBC was released on 2014-05-29 and last updated on our database on 2017-03-31 and is currently at version 9.03.
We also have psqlODBC 64bit version which is 1.64 MB in size and will work on x64 computers.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
psqlODBC Description
psqlODBC comes packing PostreSQLs official ODBC driver for use with the integrated, database and OS independent connection administrator to access the PostgreSQLÂ DBMS (database mananagement system).
With psqlODBC, you can set up a connection to be utilized by all the applications in your system through the native ODBC Data Source Administrator. Once configured, the connection will help you rapidly and directly work with data stored within the PostgreSQL server.
PostgreSQL ODBC Driver (psqlODBC) connection strings:
Standard:
Driver={PostgreSQL};Server=IP address;Port=5432;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;
ANSI:
Driver={PostgreSQL ANSI};Server=IP address;Port=5432;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;
Unicode:
Driver={PostgreSQL UNICODE};Server=IP address;Port=5432;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;
SSL:
Driver={PostgreSQL ANSI};Server=IP address;Port=5432;Database=myDataBase;
Uid=myUsername;Pwd=myPassword;sslmode=require;System requirementsPostgreSQL server