... The Need ...
Maybe you need to read a database you've never seen before .
You don't know what tables or fields it contains, but you do
know the DB name and login password.
Or perhaps you're writing an Asp / VBscript application that
will use a database. And you need some good, clean
code to copy .
|
... The Solution ...
Two modules, both password protected.....
1. A "Database list" that opens the DB, lists table names,
and then the fields and data content.
2. A "DB File Maintenance" that lets you
add, change, and delete records via the Web.
|
... Using as a tool ...
Link to ?? via your browser
Link to ?? via your browser
|
... Reusing the code ...
To see the original ASP + VBscript code, you can't
simply save source from your browser. (You would see
only the generated Html.) So instead.....
Contact the author
Save the source code onto your PC's hard disk
Open the saved file in your word processor
|