new Release of free Java-Based SQL-Admin tool
From: Fredy Fischer (nospam_at_no.net)
Date: 10/08/04
- Previous message: Fredy Fischer: "Re: how to link Microsoft Access database to JTable ...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Fredy Fischer: "Re: how to link Microsoft Access database to JTable ...."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|