Example:
show tables from data-base
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-base' at line 1
It should be something like this:
show tables from `data-base`
Another bug:
[code]select * from agenda
java.sql.SQLException: Value '0000-00-00' can not be represented as java.sql.Date[code]
This was found when trying to export a database, the program has to be able to manage 0000-00-00 date, because mysql.
I'll keep the track of this program, it looks very promising :)