<!-- Download Links -->
<!-- Article image -->

<!-- Add the rest of your HTML here -->
Introduction
This is an application for online administration of your database.
Features
- Supports MS SQL Server (not completely) and MS Access.
- Create, modify, and drop tables and views.
- Create and drop keys (primary, foreign, and unique).
- Create and drop indexes.
- Edit, insert, and duplicate rows in tables.
- Foreign keys are used to create filters/lookups when browsing and editing data.
- Export tables and views to a CSV file.
Installation
- Unzip all files to a directory available from your web server.
- Modify config.asp to point to your database.
History
Feb 27 2003
- Included adojavas.inc since a few seems to have problem with metadata and global.asa.
- Lots of minor changes and bug fixes.
Mar 18 2003