Online DB Administration






3.88/5 (16 votes)
Sep 23, 2002

249540

2499
Online administration of your database. Create or modify tables, keys, and indexes. Edit or insert data.
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
- Updated source code.