* Connect to multi-user MySQL database on a web server from iPad,
* Load table definitions and/or contents on iPad ,
* Create Excel .csv files for tables,
* Create Sqlite database on iPad from downloaded contents,
* Just, You need to enter your database servers ip address, database name, user name and password after that it is very easy,
* You could download table, field names from database with one button,
* You could select a table and download all informations easily, and check them on tableview,
* This application is creating sqlite database automatically and you could send sqlite database by e-mail,
* Export table contents to csv file and send it by e-mail.
User Guide :
* Write mysql database server parameters into text fields on top of main screen,
* Click + button to add database parameters,
* Select a database parameter from database parameters browser,
* Touch Download Table Names button to download table names from mysql server,
* Select a table from tables browser, it will download field informations of the table,
* Touch download selected table button to download table contents from mysql server,
* Touch View Downloaded Tables button to see downloaded last selected table contents on table view,
( You could use csv button to send table contents by e-mail as csv format )
* Main screen has E-mail button which you could use to send downloaded information by e-mail as sqlite database.