Skip to content

Downloading Drivers

You can connect ODBC, JDBC, and ADO.NET applications to a Yellowbrick database, using drivers that you can download and install.

Start by downloading the appropriate driver from the Customer Center Downloads page or the System Management Console (SMC). In the SMC, select Drivers and Tools from the Configure menu, then select from the list of drivers:

JDBC
  • PostgreSQL 9.4, Java 8 (postgresql-9.4.1208.jar
  • PostgreSQL 9.4, Java 7 (postgresql-9.4.1208.jre7.jar
  • PostgreSQL 9.4, Java 6 (postgresql-9.4.1208.jre6.jar
  • PostgreSQL PGJDBC-NG (pgjdbc-ng-0.8.2-all.jar)
ODBC for Windows

The SMC provides the following downloads for Windows platforms.

  • PostgreSQL 09.05.400 32-bit MSI: psqlodbc_09_05_0400-x86.zip
  • PostgreSQL 09.05.400 64-bit MSI: psqlodbc_09_05_0400-x64.zip
  • PostgreSQL 09.05.400 Windows Setup Executable: psqlodbc_09_05_0400.zip

You can also download the same drivers here: https://www.postgresql.org/ftp/odbc/versions/msi/

ODBC for Linux and macOS

For general instructions on using ODBC on Linux and macOS platforms, go to: http://www.unixodbc.org/

To install and use ODBC, you need to configure the unixODBC subsystem, using a PostgreSQL 9.5 driver. Follow the instructions in the SMC by going to Drivers and Tools > ODBC.

ADO.NET

NPGSQL 3.1.6 (Npgsql-3.1.6.msi)

Alternatively, you can select and download the same drivers directly from the following web sites:

Parent topic:Client Tools and Drivers