Download List

프로젝트 설명

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 Back to release list
2.4.3 2010-12-05

이 버전은 RDBMS 테이블에 XML 데이터 파일을 가져올 수있는 새로운 유틸리티가 있습니다. 데이터 드릴링에서 확인란 패널은 이제 선택하거나 선택을 클릭 한 번으로 모든 것을 해제 토글 버튼이 있습니다. 몇 가지 테스트와 아파치 더비 끝내고 지원은 테이블 만들기에 더비에 추가되었습니다.
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.

Project Resources