Posts tagged ‘JDBC’

JDBC drivers

Before you can connect a database server with instantOLAP or any other Java application, you need a to install a matching database driver. For Java systems, you will need a driver which implements the Java JDBC standard and almost all database vendors provide a JDBC driver for their product.

Because of copyright reasons, only a few drivers are included in the instantOLAP standard distribution (an open source driver for Sybase… Continue reading