Downloadliste

Projektbeschreibung

Admin is entirely written in Java. It uses Swing GUI Components and JDBC to connect to databases. It has been succesfully tested with MySQL, Derby, InstantDB, Oracle, Empress, MS SQL Server, 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. There is a tool with which SQL statements can be enriched with a few commands, generating a GUI to easily select data from a DB. You can also export and import data and transport it from one DBMS to another.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-06 02:06
2.4.3 2010-12-05

Diese Version enthält ein neues Dienstprogramm, um XML-Dateien in einem RDBMS-Tabelle importieren. Die Checkbox Panels von Daten Bohrungen haben nun eine Umschaltfläche wählen oder abwählen alles mit einem Klick. Einige Versuche wurden mit Apache Derby getan und Unterstützung war für Derby für das Erstellen von Tabellen aufgenommen.
Tags: Minor feature enhancements
This version has a new utility to import XML data files into an RDBMS table. The checkbox panels from data drilling now have a toggle button to select or unselect everything with one click. Some tests were done with Apache Derby and support was added for Derby for table creation.

2007-11-11 15:30
2.4.2

Diese Version hat ein neues Tool namens Data Selection. Dieses Tool wurde ursprünglich entwickelt, um komplexe Daten Selektionen für die Nutzer nicht wissen viel über RDBMS und schließt sich und andere so komplizierte Dinge in der Welt der Datenbanken zu ermöglichen. Dieses Tool ist in der Produktion seit drei Jahren. SQLAdmin können nun auch über Java Webstart gestartet werden.
Tags: Major feature enhancements
This version has a new tool, called Data
Selection. This tool was initially developed to
allow complex data selections for users not
knowing much about RDBMS and Joins and other such
complicated things in the world of databases. This
tool has been in production for three years.
SQLAdmin can now also be launched via Java
Webstart.

2004-10-08 17:11
2.4.0

Diese Version fügt einen neuen CreateTable-GUI, die können Sie die Tabelle in ein Raster zu erstellen. Es unterstützt zusätzliche Parameter, die nicht in den "alten" Version, können Sie Standardwerte, Check-Constraints gesetzt, Auslands-und Key-Beziehungen. Es ist ein Editor, mit dem Sie die referenzierende Spalte, indem Sie sie auswählen können. SQL-Monitor ermöglicht nun die Verwendung von "ab". Bugs wurden behoben.
Tags: Major feature enhancements
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.

2003-08-17 11:55
2.3.1

Diese Version verfügt über eine bessere Daten-Export-Dienstprogramm, ist es schneller, und unterstützt CSV, XLS-und XML-Format. Wenn die zugrunde liegende RDBMS MySQL gibt es einen zusätzlichen Menü auf einem Monitor am Armaturenbrett.
Tags: Minor feature enhancements
This version features a better data export utility, it is
faster, and supports CSV, XLS, and XML format. If the
underlying RDBMS is MySQL there is an additional menu
to display a dashboard.

2003-05-18 10:36
2.3

Der generierte Code ist nun eine zusätzliche Konstruktor auf Verbindungen zum DBMS zu speichern. Diese neue Konstruktor ermöglicht geben eine bestehende Verbindung über. Getting the next () Reihe nun auch verwendet das bestehende Verbindung. Der Code-Generator hat zwei zusätzliche Buttons, die Entwickler zu erstellen und den generierten Code ausführen kann.
Tags: Minor feature enhancements
The generated code now has an additional constructor
to save connections to the DBMS. This new constructor
allows giving an existing connection over. Getting the
next() row also now reuses the existing connection. The
code generator has two additional buttons that allows
developers to compile and run the generated code.

Project Resources