News

A Java console application that connects to a Microsoft Access .accdb database and allows users to view student and major records through a menu-based interface.
BookShelf program allow users to create and manage their own book database. It is based on MS Access database, so the database are portable and easy to use. More information on the product website.
I've inherited an Access database where a report reads (JasperReports if that matters) one big unified query that is made up of a bunch of smaller queries. The report was built so that the user ...
A: There are two techniques available for connecting to a data source using JDBC. First, if your program will talk to an ODBC data source, you can use the JDBC-ODBC bridge included with your JDK. In ...
Microsoft's Access database management software, as offered through Office 365 service plans, now supports the dBase file format, yet again. In a "Back to the Future" type of announcement today, ...
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 both interchangeable and official. Use ...
In the Java Q&A entitled “It’s Excel-lent,” I presented a method for reading Microsoft Excel documents via JDBC. Read Tony Sintes’s entire Java/Microsoft Excel series (JavaWorld): “It’s Excel-lent” ...