Database Tester
** IN CONSTRUCTION… **
Description
Database Tester.
Screenshots
Downloads
DBTester.jar main program.
Only for my personal usage. I do not assume any kind of responsability or liability if you download or use this program.
There is no GUI, just output to console.
java -jar DBTester.jar [url [user password [tables|columns:<table>]]]
or
java -cp DBTester.jar cfh.dbtester.Main [url [user password [tables|columns:<table>]]]
The following libraries will be used if they were found in the same directory of DBTester.jar and it was started using the first option above (-jar):
- mysql-connector.jar
- hsqldb.jar
- derby.jar
- derbyclient.jar
If other libraries are needed, that are not in the CLASSPATH, use the following syntax to start:
java -cp DBTester.jar;<lib1.jar>;<lib2.jar cfh.dbtester.Main [url [user password [tables|columns:<table>]]]
Use colons (:) instead of semicolons (;) to separate the entries on non-Windows system.
Comments
Add a new comment





