Execute Query - JDBC-based GUI to query and maintain databases with ERD support

  • Thread starter Thread starter BillR
  • Start date Start date
B

BillR

Execute Query version 2.0.0beta2 (13 July 2004)
Freeware (GPL)

This _looks_ like a well done Java and JDBC application "to manipulate the
database from simple queries to table creation and import/export of an
entire schema's data." Even supports Entity-Relationship Diagraming.
("Looks" -- I don't have anything up at the moment worth using for testing.)

http://executequery.org/index.htm


Site ~Excerpts
--------------
Execute Query is an operating system independent database utility written
entirely in Java.

Using the power provided by Java Database Connectivity (JDBC), Execute Query
provides the means by which to manipulate the database from simple queries
to table creation and import/export of an entire schema's data. See Features
for a list of some of the available tools.
Execute Query has been tested under Windows, Linux and Solaris 8/9

Key Features
Query Editor
Database Browser - view and modify schema
Generate ERD - from scratch or from an existing schema in multiple image
formats
Create Tables and indices and generate scrips - from graphicalinterface
Import/Export Data - from delimited files
Import/Export XML Data - to and from multiple tables to and from XML files
using table and column names provided by the XML tags
Database Properties - queries the database connection for all available
information including available data types and what the database can and can
not accept
SQL Keywords - expand the included SQL92 keyword list and add DBMS keywords
Connection Manager - manage saved connections and JDBC drivers.
Preferences - customize Execute Query from fonts to background colours,
syntax highlights, and connection behaviour

In addition to the above, complete typical editor support is provided
including basic features such as printing SQL queries or table results to
the more basic find/replace feature.
 
Back
Top