Good show! Writing back to a text file on the server can be very handy. Haven't used it much in php myself, but reading binary files (flatfile webmap) covered much of the same material.
Plus debugging a php "webfilebrowser" (
http://www.webfilebrowser.org/) on a number of versions of php and abyss exposed me to a lot of the same functions. This asp code should be able to accomplish the same type of thing. Hmmm, I wonder if there is an asp version of such a script....
An idea I'm fascinated by is code generated code... (A script that writes other scripts) - or is that a redundant idea?
P.S. I highly dislike ADO, I suspect is as the ultimate source of problems with the SQL OP serverkit. Most SQL servers can be connected to over a named pipe (socket) or tcp/ip connection. I fail to see why all the SQL middlemen are necessary... ODBC connectors, ADO drivers... ack... just not needed IMO.