SqlFun Version 2.3
screenshot

SqlFun is a Java program/applet (sort of a generic SQL client) that allows you to experiment with SQL statements [hopefully] without having to install a SQL server or database program. All you need is Java and Windows ODBC (or any other database server that supports JDBC). SqlFun is compiled with Java 1.3; so you will need the Java Runtime Environment (JRE 1.2) -- free from Sun Microsystems -- in order to run it.

It is recommended that you run SqlFun as an application. However, SqlFun can be run as an applet (using Java Plug-in -- part of the Java Runtime Environment) as well. The only thing is that you may encounter Security Violation Error when you try to connection to data source via sun.jdbc.odbc.JdbcOdbcDriver. (However, other JDBC driver, like Sybase, may work.) Follow this link to try to run SqlFun as an applet. (If the plug-in is not installed, one will be downloaded form Sun Microsystems.)




SqlFun Features:


What's new in SqlFun: Please refer to the documentation in the package for more details.





Download: SqlFun.zip (66 K). After you downloaded the ZIP file, you should UNZIP it into a directory using tools like WinZIP. In the directory, the file sqlfun.jar is the JAR file of SqlFun. You can simply double-click on the JAR file, from Windows Explorer, to have it started. However, here is the common way to run a Java (JRE 1.2) application from DOS Prompt:
java -jar sqlfun.jar [SqlFun Session file]
or
java -cp sqlfun.jar sqlfun.SqlFun [SqlFun Session file]



SqlFun is a FREEWARE. You can use it and distribute it free of charge. Should you be interested in bundling SqlFun with your product, you are encouraged to notify the author. Moreover, you should not turn SqlFun into your own production. The author shall retain the rights to the source and the binary of the program. This freeware does not come with any warranty or support of any kind. The author is not responsible for any damage caused due to the use of this program. Bug reports, comments and suggestions are welcome.

Trevor Lee, Wing Sang
E-mail: trev_lee@hotmail.com
Home Page: http://www.geocities.com/tlhome2000

1