Skip to content
Boris Glavic edited this page Feb 6, 2017 · 1 revision

Using The JDBC Driver

Using the JDBC driver is pretty standard. You have to use the HRDBMS.jar file and the JDBC driver is packaged up in the same jar file that the server is in. In fact the CLI is a JDBC application. So, if you need more help just look at the source code for CLI.java in the com.exascale.CLI package.

Clone this wiki locally