- Connect.Here
requires 5 paramesters,DatabaseDriver,Host,Databasename,Username and
Password,but sometimes you need not input all the parameters,for example:with
Mysql,you should select Databasedriver,and input Host(if your Mysql
server is not in local maschine) and Username.

- Database structure tree.After
Connection you can automatic get structrue of database as a tree.
- Database Table.After
connection if you click a leaf of Database structure tree,you can get
content of database.

- Run SQL query.After
connection,you can write SQL query in textedit-area,then click
or
button.
|