Forum Moderators: open
What is the best way of writing files and how do I do it?
Thanks in advance
Brian
You are going to use the FileSystemObject and OpenAsTextStream [msdn.microsoft.com]. If you do a search for OpenAsTextStream you should find tutorials on how to do it. Basically. You will be opening the DB and then writting it to the htm page.