DEV Community

Cover image for How to Read Apache Derby Data using ODBC with ZappySys (No-Code Guide)
Daniel ZS
Daniel ZS

Posted on

How to Read Apache Derby Data using ODBC with ZappySys (No-Code Guide)

Introduction

Apache Derby is a lightweight and reliable relational database, but integrating it with modern ODBC-based tools can be challenging. Using ZappySys ODBC PowerPack, you can connect to Apache Derby via ODBC and query data using standard SQL — without writing any custom code.

This guide shows the fastest setup.


Steps

1. Create an ODBC Data Source

Open ODBC Data Sources (64-bit) and create a new System DSN so the connection is available to all applications.

2. Select ZappySys JDBC Bridge Driver

From the driver list, choose ZappySys JDBC Bridge Driver and continue.

3. Configure Apache Derby Connection

Depending on your environment, configure one of the following:

  • Client/Server mode for remote Derby instances
  • Embedded mode for local Derby databases

Provide the JDBC connection string, driver class, and Derby JDBC driver file.

4. Test and Preview Data

Use Test Connection to validate the setup.

Then use the Preview tab to run a SQL query and confirm data access.

5. Save the Configuration

Once data is returned successfully, save the ODBC configuration and use it in any ODBC-compatible tool or ETL workflow.


Conclusion

By using ZappySys ODBC PowerPack with the JDBC Bridge Driver, you can seamlessly read Apache Derby data via ODBC. This approach enables SQL-based access, automation, and integration with reporting, ETL, and analytics platforms.

👉 Full tutorial with screenshots and configuration details

Top comments (0)