DBTool-Help


Overview    [Back to Content]

DBTool is a simple JAVA application to access ORACLE, MySQL and PostgreSQL Databases.
It's possible to enter and execute SQL-Statements.
After executing the statements the results are listed in a formated grid or text window.
There is a command history for up to 100 commands.
The result grid can be saved as plain text file.

More features:

View execution plan.

Select Tablenames and Columnnames from PopUp Menus

Command Substitution

Automated writing of insert and update statements for selected table

SQL-Syntax Help

DBTool requires JRE 1.3 or higher.
To launch DBTool type : java -jar DBTool.jar

Back to Content