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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

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

  • 20-11-2003 12:14pm
    #1
    Registered Users, Registered Users 2 Posts: 7,113 ✭✭✭


    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, Registered Users 2 Posts: 7,113 ✭✭✭mada999


    thanks very much for your help. Greatly appreciated!


Advertisement