For training has tried to unite tinysql and jackcess.
Draught variant of source codes I send.
I hope that it will be interesting to you.
Do not judge severely. It is result of two days of work.
The code gives the chance to create bases MDB and their tables (CREATE
TABLE).
To add records (INSERT)
To select records (SELECT)
To delete records (DELETE)
Libraries are required
commons-lang-2.3.jar
commons-logging-1.0.4.jar
log4j-1.2.9.jar
jackcess-1.1.16.jar
A.Sharapov
P.S. The table name is necessary for setting as connection of a name of base
(file MDB) and a name of the table divided by a symbol ' _ '.
For example: If a file name - JJJ.MDB, a name of table KKK
To refer it is necessary JJJ_KKK
Draft sources