Previous Next Contents

11. Interface Drivers for PostgreSQL

11.1 ODBC Drivers for PostgreSQL

ODBC stands for 'Open DataBase Connectivity' is a popular standard for accessing information from various databases from different vendors. Applications written using the ODBC drivers are guaranteed to work with various databases like PostgreSQL, Oracle, Sybase, Informix etc..

There is an interesting project called the FreeODBC Pack Package . There's no PostgreSQL Version there, maybe you can help.

11.2 UDBC Drivers for PostgreSQL

UDBC is a static version of ODBC independent of driver managers and DLL support, used to embed database connectivity support directly into applications.

11.3 JDBC Drivers for PostgreSQL

JDBC stands for 'Java DataBase Connectivity'. Java is a platform independent programming language developed by Sun Microsystems. Java programmers are encouraged to write database applications using the JDBC to facilitate portability across databases like PostgreSQL, Oracle, informix, etc. If you write Java applications you can get JDBC drivers for PostgreSQL from the following sites:

JDBC driver is already included in the PostgreSQL distribution.

11.4 Java Classes for PostgreSQL

Java programmers can find these classes for PostgreSQL very useful.


Previous Next Contents