BasicQuery is a Java-based application used to access databases through JDBC. It features a Swing-based GUI and includes capabilities useful to developers when testing SQL statements against a database.
Highlights of this release:
Highlights:
-Integrated log4j and replaced system.out calls;
-Began process of moving all text to resource bundles;
-Added optional display of DB server details;
-Add ability to control table row coloring;
-Moved column data type display into column header and made display optional;
-Fixed bug that prevented saving of BLOB field data when DB pooling wasn't used;
-Added support for copying selected rows to the clipboard; and
-Removed legacy "command-line version" code.