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 that demonstrates using the JDBC driver to interact with an ActiveSpaces data grid in the Java samples included with ActiveSpaces.
The ActiveSpaces JDBC driver is not a fully compliant implementation of JDBC.
For more information about JDBC compliance, see JDBC Compliance.
For more information about the JDBC API, see TIBCO ActiveSpaces® - Enterprise Edition Java API Reference.