Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

Esta versión cuenta con una nueva utilidad para importar archivos de datos XML en una tabla de RDBMS. Los paneles de casilla de verificación de la perforación de datos tienen ahora un botón de activación para seleccionar o deseleccionar todo con un solo clic. Algunas pruebas se realizaron con Apache Derby y se ha añadido soporte para el Derby de creación de la tabla.
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

Esta versión cuenta con una nueva herramienta, llamada Selección de datos. Esta herramienta fue inicialmente desarrollado para permitir a las selecciones de datos complejos para los usuarios de no saber mucho acerca de RDBMS y se une y otras cosas complicadas en el mundo de las bases de datos. Esta herramienta ha estado en producción durante tres años. SQLAdmin ahora también puede ser lanzado a través de Java WebStart.
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

Este comunicado añade un CreateTable nueva interfaz gráfica de usuario que le permite crear la tabla en una cuadrícula. Es compatible con los parámetros adicionales no disponibles en la versión "antigua", se puede establecer los valores por defecto, hora de las limitaciones, y de clave externa-relaciones. Hay un editor que le permite seleccionar la columna de referencia, simplemente haciendo clic en él. SQL Monitor permite ahora el uso de "ZA". Errores han sido corregidos.
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

Esta versión cuenta con una mejor utilidad de exportación de datos, es más rápido, y apoya CSV, XLS y XML. Si el subyacente es RDBMS MySQL hay un menú adicional para mostrar un tablero de instrumentos.
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

El código generado ahora tiene un constructor adicional para guardar las conexiones con el DBMS. Este nuevo constructor permite dar más de una conexión existente. Obtener la siguiente () fila ahora también vuelve a utilizar la conexión existente. El generador de código tiene dos botones adicionales que permite a los desarrolladores para compilar y ejecutar el código generado.
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