News

Java Database Connectivity (JDBC) is an application program interface (API) packaged with the Java SE edition that makes it possible to standardize and simplify the process of connecting Java ...
There a number of pure Java SQL database systems develolpers can embed into applications. In this tip we introduce two open source projects, HSQLDB and Apache Derby.
Jack Wallen walks you through the process of connecting the DBeaver GUI tool to a remote MySQL server.
Java API integration: Java DB provides a Java API that allows developers to manage the database programmatically. This API allows for tasks such as connecting to the database, executing SQL ...
In my last article, Quick and Dirty with Open Office Base, I described my initial experiences with building a simple database application for my wife in Open Office Base, having had no prior ...
How to connect Java to a PostgreSQL database The steps required to connect a Java application to a PostgreSQL database follow the same pattern as other databases such as MySQL, SQLite and Microsoft's ...