new Release of free Java-Based SQL-Admin tool

From: Fredy Fischer (nospam_at_no.net)
Date: 10/08/04

  • Next message: Virgil Green: "Re: sql "where column in (val1,val2,val3)" PreparedStatement question/problem"
    Date: Fri, 08 Oct 2004 18:31:52 +0200
    
    

    Gang

    I made the version of my Java-Swing based SQL-Admin-tool available:

    See: http://www.trash.net/~ffischer/admin
             http://www.hulmen.ch/admin
             http://freshmeat.net/projects/sql-admin/

    About: Admin is entirely written in Java. It uses Swing GUI Components
    and JDBC to connect to databases. It has been succesfully tested with
    MySQL, InstantDB, Oracle, Empress, and PostgreSQL. You can have a tree
    view of the RDBMS or pick a single instance to have a look at its
    metadata. It allows you to create, modify, and drop tables and to create
    indices on a table. The dynamic form makes it easy to enter data into a
    certain table, and the guided query makes it easy to retrieve data from
    a table and to export it. Java developers will probably enjoy the code
    generator doing an OO relational wrapper and a swing GUI for them. You
    can also export and import data and transport it from one DBMS to another.

    Changes: This release adds a new CreateTable-GUI which allows you to
    create the table within a grid. It supports additional parameters not
    available in the "old" Version; you can set default values,
    check-constraints, and foreign-key-relationships. There is an editor
    that allows you to select the referencing column by simply clicking it.
    SQL-Monitor now allows the use of "desc". Bugs have been fixed.

    Every feedback is very welcome

    Best regards

    Fredy


  • Next message: Virgil Green: "Re: sql "where column in (val1,val2,val3)" PreparedStatement question/problem"

    Relevant Pages

    • Java 6 Update 4 Application JDialog labelled (Java Applet Window)
      ... Running Vista, Home Premium; Java 1.6 SERVER VM Update 4 using the ... running my Swing GUI APPLICATION standalone. ... Swing non-modal JDialogs are incorrectly labelled as "Java Applet ... Also the non-modal floating JDialog (on Windows platform) are not able ...
      (comp.lang.java.programmer)
    • Re: Starting Swing GUI without extra console window?
      ... If you use the usual way to start a Swing GUI ... public static void main{ ... If you close that window, ... use javaw insead of java. ...
      (comp.lang.java.gui)
    • Re: Java <-> MFC?
      ... > closing the Swing GUI in the normal way (click on the window close ... > ends up in a (Java) call of System.exit; ...
      (comp.lang.java.programmer)
    • Re: Java books and/references
      ... > For Swing GUI stuff, as well as overall Java 2 library information, I ... I'd give the opposite recommendation. ...
      (comp.lang.java.programmer)