Screenshots

Login Screen

Thumbnail of the 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

Load Database Thumbnail

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

Main Screen Thumbnail

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

Table View Thumbnail

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

Record List Thumbnail

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

Record View Thumbnail

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

Insert Record Thumbnail

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.

Add View

Add View Thumbnail

aspAccessEditor 2.0 also has support for Views (SQL Queries). With this screen you can add a new view to your database, which can later be used in your ASP code.

Create Database

Create Database Thumbnail

You can also create a complete new and fresh database, using aspAccessEditor. There are several different options you can choose, e.g. the type of database ('97 or 2000).