What should the Application do
=> create a new mySQL database from a MS Access database as template inclusive data 
=> transfer userspecific data from a mySQL database that exists before the step above running

Workflow
1. create a mySQL database <Name><RandomNumber>
2. copy all tables with Data from mySQL-Database <Name> to <Name><RandomNumber>
3. drop all tables from database <Name>
4. create all tables found in an Access database in database <Name> and transfer all data found in Access database tables
4.1. read table schema in Access database
4.2. create table in mySQL database
4.3. copy data from Access to mySQL database
5. transfer userspecific data from mySQL database <Name><RandomNumber> to mySQL database <Name>
5.1. read table schema in mySQL database    
===>>>> access violation in 3.51.17 and 3.51.19
5.2. copy data from mySQL to mySQL database
6.  drop database <Name><RandomNumber>

