OverviewThe c-treeACE SQL JDBC Driver provides access to c-treeACE SQL environments from applications that support the JDBC 3.0 API. JDBC allows applications to connect to any database using the same set of Java interfaces. Those interfaces allow programs to embed standard Structured Query Language (SQL) statements that update and retrieve data in the database. Because the Java interfaces and SQL syntax are independent of any particular database implementation, JDBC makes it feasible for applications to connect to different database environments without any modification. |
|||