Db_Upgrade 1.0 is an upgrade- and comparison tool for MS access databases. It's based on MS active server pages. You can easily integrate the asp-pages in your existing website.
Buildapp will build an Access database administrative application with a single click. It also has the ability to create a simple frame based web site to display your data using a simple wizard. AND it even comes with an online editor to write/modify pages over the web.
Displaying the date last modified is a simple thing to do. All it takes is calling up the ol File Scripting Object and there you have it! The last modified date, DYNAMICALLY! Every time the file is modified this info is written into the file. The FSO knows just how to read that for you.
This apllication helps to access all servers and then access all databases stored in each server. Then with the interface provided you can view tables, records in each table through browser from any computer, You can even write SQL query to retrieve data from table that meet the criteria specified.
"Have you ever needed to administrate a Database and only had a connection string to access it? Well you could implement this script to allow simple database maintainence via the web. The security model is VERY weak, and you should consider implementing a more secure method."