|
DBUtility was initially constructed to provide an easier method of executing store procedures over IBM's Stored
Procedure Builder. It has evolved over time to include:
- Scripting method to execute stored procedures
- Comparison/Regression testing of results from matched stored procedures or SQL across systems.
- Scripting for SQL
- Data transfer between systems using SQL
DBUtility is a Java GUI. It does require the user to have:
- Java runtime installed (JRE 1.4.2 minimum)
- The appropriate relational database clients or server software
- Have corresponding database JDBC jar or zip files to connect to the corresponding relational database system.
Download files
Updates:
| 06/13/2007 |
Fixed
bug causing error when connecting to databases
|
| 04/08/2007 |
Fixed
various bugs, tested with MySQL, started standardizing keywords.
Updated
readme files
|
| 02/18/2007 |
Added
option to output DBQuery select statement to Microsoft Excel spreadsheet
Updated
readme files
|
| 01/09/2007 |
Added
support for select/update to data transfer.
Updated
readme files
|
|