{short description of image}

sqlIDE Screenshots


Here are some screenshots of sqlIDE in operation (July 5th, 2001). It will at least give you an idea of how it looks and you can then decide if you want to download it.

SQLIDE - Writing a select

This is the basic view of SQLIDE. On the left you have your environment on an easy to understand tree format. On the right hand you can run an interactive SQL window, a table editor, or other plugins to be written.

SQLIDE - Quick, useful queries without using the keyboard.

While you have an Interactive SQL window open, you can right click on any of the elements of your browser on the left to show a context menu with quick useful queries. The typical SELECT * is there, but also a SELECT COUNT to let you know the amount of rows in the table, and basic INSERT and DELETE WHERE.

SQLIDE - Quick, useful field information.

On the same topic of context-sensitivity, there are interesting queries attached to individual fields that allow you to quickly find out what values are available for a specific field (with minimum, maximum, count and the actual value list using GROUP BY), a simple SELECT WHERE, and a SELECT * ORDER BY to round out usefulness. I find these very useful to investigate tables I know nothing about.

Older Pictures (boy, how far I've gone!)

Dec 3, 1999:

SQLIDE - writing a select with syntax highlighting

Fri, Apr 16, 1999:

Sun, Apr 18, 1999:

This one was taken off my Linux JDK1.2 pre-v1, where the fonts were not showing up correctly.

Thu, Apr 29, 1999

This was taken from a Windows machine.

== jsqlide page ==