Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Dynamically saving an asp results page to a txt file on the server?

Options
  • 20-11-2003 1:14pm
    #1
    Registered Users Posts: 7,097 ✭✭✭


    Is there a way of doin' this with asp and Vb script ?

    I want some fields pulled from a db and then placed in a txtfile in a new folder on the server.

    So I need to be able to create a new folder and a txtfile.


Comments

  • Closed Accounts Posts: 19,777 ✭✭✭✭The Corinthian


    You'll find a simple tutorial on using the File System Object here, with which you can create/append/ect text files. To create directories with the FSO you use the CreateDirectory method.

    As for database searches, here's another simple tutorial, but I suspect that your question was more interested in the FSO.


  • Registered Users Posts: 7,097 ✭✭✭mada999


    thanks very much for your help. Greatly appreciated!


Advertisement