Updated on 2025-08-25 GMT+08:00

JDBC-based Development

Java Database Connectivity (JDBC) is a Java API for executing SQL statements. It provides a unified access interface for multiple relational databases. Applications can use this API to work with the data. The DataArts Fabric SQL library supports JDBC 4.0 and requires JDK 1.8 or later for code compiling. It does not support JDBC-ODBC bridge.