The SQL Query Agent is simple tool based on the SQL Query Analyzer or the SQL Enterprise Manager to execute SQL querys. Presently Access-, Microsoft SQL- and MySQL-databases are supported. Syntax highlighting is also implemented.
SQLAdmin is an online version of query analyzer for Microsoft SQL Server written in Flex and ASP.NET. Features include a graphical execution plan, syntax highlighting, live table editing, tabbed query windows, an object browser and more.
includes SQL editor with syntax highlighting, code completion and templates, visual editing of database objects (tables, indexes, etc.), debugger of stored procedures, editable results, import/export features
GEBORA is an administrative tool for the Oracle Relational Database Management System. It's an OpenSource alternative to TOAD. Current version has syntax highlight, schema browser, pl/sql viewer and runner and many other features.
A Java (and maybe .NET) library of objects that objectify SQL syntax and semantics, and render to various flavours of SQL. It allows one to programmatically construct SQL in Java. It's intended use is within other DB abstractions, as a rendering layer.
OpenFlypaper is a library that sits on top of JDBC and J2EE and allows you to write portable, safe SQL by making it easy to use prepared statements and stored procedures. All SQL code is generated at run time in the correct vendor-specific syntax.
MySQL Query Analyzer is a simple MySQL client written in Java. It contains GUI elements for entering a query, viewing any SQL errors, viewing query times, and a table displaying the query results. It also supports saving queries and results to disk.
A language designed for server-side WWW-based applications,
particularly database applications. It is based on Scheme, which makes the syntax extremely simple yet powerful. This implementation is a Java Servlet using the Kawa Scheme compiler.
OracleSQL is a java based query analyzer/thin client development tool. It is meant to be an alternative to Oracle's SQL PLUS that eliminates the need to install any Oracle software on the client.
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.
Transact-SQL Analyzer is a java-based client tool for Microsoft (MS) SQL Server. It is written in Java, so SQL Server client tool provides access to microsoft SQL Server from any platform with a Java VM installed.