Menu

Tree [r76] /
 History

HTTPS access


File Date Author Commit
 .settings 2015-01-12 hartwigthomas [r3]
 documentation 2015-02-05 hartwigthomas [r30] Version 1.0
 lib 2015-01-20 hartwigthomas [r21]
 logs 2015-01-12 hartwigthomas [r9]
 packages 2015-01-12 hartwigthomas [r9]
 src 2017-07-18 hartwigthomas [r76] Version 1.0
 test 2017-07-18 hartwigthomas [r74] Version 1.0
 testfiles 2017-07-18 hartwigthomas [r76] Version 1.0
 .classpath 2015-01-20 hartwigthomas [r21]
 .project 2015-01-12 hartwigthomas [r2]
 build.properties.template 2015-01-12 hartwigthomas [r5]
 build.xml 2015-05-07 hartwigthomas [r61]
 readme.txt 2017-07-18 hartwigthomas [r75] Version 1.0

Read Me

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.74
  Corrected problems with Boolean default "Yes" and "No".
1.0.73
  Corrected problems with DATE default "Date()".
1.0.72
  Corrected precision problems for DECIMAL data type.
1.0.70
  Corrected local constraint names by prefixing them with table name and "_". 
1.0.65
  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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.