Floor 1
Posted at: 6/30/26 15:37
UCanAccess is a pure Java JDBC Driver implementation
which allows Java developers and JDBC client programs to read/write
Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
https://sourceforge.net/projects/ucanaccess/
Features
Supported Access formats: 2000, 2003, 2007, 2010.
SELECT, INSERT, UPDATE, DELETE statements. Transactions and savepoints.
Access data types: YESNO, BYTE, INTEGER, LONG, SINGLE, DOUBLE, NUMERIC, CURRENCY, COUNTER, TEXT, OLE, MEMO, GUID, DATETIME.
Concurrent access from multiple users (i.e., multiple application server threads).
Connection pooling.
ANSI 92 SQL, core SQL-2008.
MS Access SQL.
Main Access functions implementation.
You can execute select queries defined and saved in Access.
Criteria in LIKE clause.
Access date format (e.g., #11/22/2003 10:42:58 PM#).
Both double quote " and single quote ' as SQL string delimeters.
Command Line Console. You can run SQL commands and display their results. CSV export command.