The database table structure management tool is an online database management system developed with asp.
The original intention of making this program is that when writing a program, if the program is too large and the database table structure is complex, it can be used to query your own table description at any time. By accessing Index.asp, you can intuitively see all the table structures.
Comes with the Database.asp program. This program is a lazy tool I made before that is only suitable for ASP database operations and automatically generates code.
http://***/TableList.asp Use this page to demonstrate adding, modifying, and deleting programs. It is free and open source. Please indicate the original author if you want to use any modification.
Structure Management Tool Folder Description
Js: js library used by the program
Txt: program folder
Txt folder description:
TableList.asp database table management
Index.asp table structure description display
FunctionClass.asp database connection code
Data backup: SQL database backup and ACCESS database. If you want to use the ACCESS database, please modify the FunctionClass.asp file yourself.