Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.txt | 2016-09-26 | 1.2 kB | |
EnterAccess-1.0.jar | 2016-09-26 | 238.4 kB | |
EnterAccess-1.0.65.zip | 2016-09-26 | 4.7 MB | |
EnterAccess Manual-1.0.65.pdf | 2016-09-26 | 387.6 kB | |
Totals: 4 Items | 5.3 MB | 0 |
EnterAccess - a pure JAVA JDBC Driver for MS Access =================================================== This JAR implements a rudimentary JDBC interface to MS Access databases (*.mdb, *.accdb files) which is based on the public domain project Jackcess (http://jackcess.sourceforge.net/). It is used for the purpose of integration in SIARD-Suite, the reference implementation of SIARD (Software-Independent Archival of Relational Databases) of the Swiss Federal Archives. See documentation/EnterAccess Manual.pdf for more information. It just contains the JAR file as well as the dependencies (Jackcess, H2, Apache POI, Apache Commons). Like Jackcess, Apache POI and Apache Commons it is published under the GNU Library or Lesser General Public License version 2.1 (LGPLv2.1). 17.12.2014 Hartwig Thomas Release History 1.0.64 Corrected systematic precision error in DatabaseMetaData.getColumns(). 1.0.61 Corrected quoting of default values and added quoting of identifiers that equal an SQL keyword. 1.0.54 Corrected handling of special characters (e.g. "+") in MS Access identifiers. Now only prints an error but continues processing, if a query contains invalid SQL. 1.0.7 Initial Build.