Screenshots
Login Screen
The beginning screen of aspAccessEditor. Here you will need to enter an username and password to edit your databases. This prevents unauthorized modifications to your databases.
Load Database
The second screen of aspAccessEditor. Here you can open one of your databases. There is also a handy utility to browse through your wwwroot.
Main Screen
The main screen of aspAccessEditor. Here you can perform many general tasks, e.g. compact your database, create a new table, view "aspinfo()", etc.
Table View
The table view screen. Here you can view the table's structure and indexes. It also has a few utilities to add a new column to the table or an index. You can also browse through the table, and modify the records.
Record List
This is the record list screen. Here you can view a list of all the records (paginated) in a particular table. Note the edit/delete links. These allow you to quickly modify or remove a record.
Record View
This is the record screen. Here you can view all the values of the record, and edit them. This means that you'll be able to quickly change a record. No longer hours of lost time due to SQL problems!
Insert Record
This screen allows you to enter a new record into a certain table. This means that you'll be able to quickly add new data to your database.