Product Documentation

c-treeACE V11.0 Update Guide

Previous Topic

Next Topic

c-treeACE JDBC

Java Database Connectivity (JDBC) API, the industry standard for database-independent connectivity, provides a standard connection between Java and the c-treeACE SQL Database Engine. JDBC provides an API for c-treeACE SQL-based database access, which allows you to exploit Java’s “Write Once, Run Anywhere” capabilities for applications that require access to enterprise data. An application written in Java alleviates the challenge of writing different applications to run on different platforms.

The c-treeACE JDBC driver is a full Type 4 (native Java) JDBC driver, and as such, is platform-independent. This file can be located anywhere in an application installation and is referenced solely with an appropriate Java CLASSPATH specification. The c-treeACE JDBC driver requires no other changes to other system components.

TOCIndex