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 ...
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 ...
Java JDBC provides a standard interface to interact with any relational databases. In this tutorial series, you will learn how to use the MySQL JDBC Connector to connect Java programs to MySQL ...
JDBC (Java Database Connectivity) is the Java API that manages connecting to a database, issuing queries and commands, and handling result sets obtained from the database.
LibreOffice Base can make working with remote MySQL databases a snap. Jack Wallen walks you through the steps to make this happen.