Menu

PKLite SQL Client V2.0 beta 2 Released

PKLite SQL Client is an Open Source Java program can connect to any JDBC compliant database.
It has basic query and update functionality and some simple database information capabilities.
The goal of this project was to create a lightweight SQL client (~ 1 MB) that was portable,
easy to install and be vender independent. There are still some issues to be worked out so that
is can be completely database vender independent but with this new build it is able to connect to
any database that has a JDBC driver and run on any OS that has a Java VM. You can find more
information about this project at http://pklite.sourceforge.net/.

What's New
This is mostly a code refactoring and stabilizing build.

Fixed issues:
1. ArrayIndexOutOfBoundsException was thrown when more than 28 SQL statements were run in one window
2. ScrollPane would only show in the Preferences after a modification was done.
3. Loses scroll bar on preferences when a datasource was removed.
4. Polished the preferences UI.

Posted by dengar 2005-06-08

Log in to post a comment.