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*.*
JDBC:
- PostgreSQL 9.4, Java 8 (
postgresql-9.4.1212.jar
) - PostgreSQL 9.4, Java 7 (
postgresql-9.4.1212.jre7.jar
) - PostgreSQL 9.4, Java 6 (
postgresql-9.4.1212.jre6.jar
) - PostgreSQL PGJDBC-NG (
pgjdbc-ng-0.8.2-all.jar
)
ODBC for Windows:
- 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
ODBC for Linux and macOS:
Yellowbrick provides downloads for RHEL platforms but not for other Linux and macOS platforms. 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.
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:
- JDBC: https://jdbc.postgresql.org/download/
- ODBC: https://www.postgresql.org/ftp/odbc/versions/msi/
- ADO.NET: https://github.com/npgsql/npgsql/releases/tag/v3.1.6
Parent topic:Client Tools and Drivers