Next Previous Contents

13. Interface Drivers for PostgreSQL

13.1 ODBC Drivers for PostgreSQL

ODBC stands for 'Open DataBase Connectivity' established by Microsoft, 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..

13.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.

13.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 in postgresql-jdbc*.rpm.

The JDBC home, guide and FAQ are located at -

See the section - Testing Java PostgreSQL interface

13.4 Java for PostgreSQL

Java programmers can find these for PostgreSQL very useful.

See the section - Testing Java PostgreSQL interface
Next Previous Contents