Database Manager Find a MOD


Members Menu
Remember Me?
or
Register
Database Manager Ver.1.0
1.0
3.4.07
Carefree
08 May 2015
No Rating
0
99
This mod is like a miniature "PHPMyAdmin" program for MS Access databases. Please let me know if you encounter an error. The mod will allow forum administrators to:

  1. List all tables within your forum's database.
    1. View all fields and field definitions (including auto-increment and "null allowed") within each table.
    2. Create tables.
    3. Drop tables.
    4. Add Fields.
    5. Drop fields.
    6. Edit field definitions.
  2. List all records within any table.
    1. Add records.
    2. Delete records. *
    3. Edit records.*
Note: * - To edit/delete records using this application, tables must have auto-increment fields, so I put in a check and link if one doesn't exist.

The code is designed to NOT display hidden and system tables since they shouldn't be changed arbitrarily.