Whatever you want to do to your MySQL-database you must say it in pure SQL-syntax, e.g. CREATE TABLE with
all column definitions and keys. In other words, you write a code-sequence of SQL-statements.
What sqlMate does is send this code-sequence to the database-server over the internet-connection,
which is automatically being established by sqlMate.
After remote processing sqlMate receives the returned data, reformates them for easy reading and
displays them in a listbox.

|
|