Export Data to Text file

  • I am attempting to export data from a record set in an asp page. The file contains many records of different companies. I want to make a seperate text fiel for each company. can this be done using a stored procedure that accepts paramters? If so can you point me in the right direction? Any examples would be appreciated.

    Joseph J. Justin Jr.


    Joseph J. Justin Jr.

  • Yes, it can be done. I would send a parameter to the stored procedure and iterate through the stored procedure with a loop and continually pass the new value you want until you have all of the results needed.

    Do you need to have an example of the stored procedure or asp code?

    Edward M. Sokolove


    Edward M. Sokolove

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply