The ActiveSpaces JDBC Driver

Developers can use the ActiveSpaces JDBC driver to connect to an ActiveSpaces data grid. The ActiveSpaces JDBC driver implements the Java Database Connectivity (JDBC) API. The driver provides ActiveSpaces data grid connectivity for Java applications and third-party tools by using JDBC.

The ActiveSpaces JDBC driver is a Type 2 driver and makes native library calls for communicating with the data grid. The Java sample, TIBCO_HOME/as/<version>/ samples/src/java/com/tibco/datagrid/samples/ASandJDBCClient.java, demonstrates the interaction between the ActiveSpaces JDBC driver and the data grid. A sample client application is provided which demonstrates using the JDBC driver to interact with an ActiveSpaces data grid in the Java samples shipped with ActiveSpaces.

The ActiveSpaces JDBC driver is not a fully compliant implementation of JDBC. To know more about JDBC compliance, see JDBC Compliance. For more details on the JDBC API, see TIBCO ActiveSpaces ®Java API Reference.