JDBC Explorer is a Java program that provides a front end for SQL commands. It uses JDBC drivers to connect to a RDBMS. Future plans include storing a history of commands, syntax highlighting, and customizable ui.
Be the first to post a text review of JDBC Explorer. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Changes from 1.0 beta 1 to 1.0 =========================================== * Any errors displaying the results of a query are reported in the status panel * run.sh now takes an optional arguement that is the directory used to locate any driver or query files. If no directory is specified, the ./config is used. (I have not figured out how to do the same with bat files) Changes from 1.0 to 1.1 beta 1 =========================================== * Auto commit is no longer allowed. UI now has explicit commit and rollback buttons. * History Dialog - There is now an option to view the history for a connection. Statements can be loaded from the dialog to the command text pane for execution. * DataSource support - User can now specify connection parameters to a DataSource or to a DriverManager.
Changes from 1.0 beta 1 to 1.0 =========================================== * Any errors displaying the results of a query are reported in the status panel * run.sh now takes an optional arguement that is the directory used to locate any driver or query files. If no directory is specified, the ./config is used. (I have not figured out how to do the same with bat files) Changes from 1.0 to 1.1 beta 1 =========================================== * Auto commit is no longer allowed. UI now has explicit commit and rollback buttons. * History Dialog - There is now an option to view the history for a connection. Statements can be loaded from the dialog to the command text pane for execution. * DataSource support - User can now specify connection parameters to a DataSource or to a DriverManager.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?