News

Java, PostgreSQL and JDBC tutorial The first thing you'll learn in this PostgreSQL and Java Database Connectivity (JDBC) tutorial is that most developers simply call it Postgres. The two terms are ...
How JDBC works As a developer, you can use JDBC to interact with a database from within a Java program. JDBC acts as a bridge from your code to the database, as shown in Figure 1.
About This repository contains a Java program that demonstrates how to delete employee data from a MySQL database using JDBC.
You can consider ODBC a competitor to JDBC, but that doesn't mean you can't connect to ODBC-compliant databases with the JDBC API. A JDBC-ODBC driver allows you to easily connect your Java programs to ...
LibreOffice Base can make working with remote MySQL databases a snap. Jack Wallen walks you through the steps to make this happen.