I am running a fairly complicated stored procedure through a static DTS package. I need to be able to click a hyperlink on our website, and have this SP/DTS combo run, then spit out a file for the user to download.
I have already tried hyperlinking the .bas file that MSSQL 2000 creates for me, but my browser tried to download the .bas file. Is there some ASP I can write that will run the VB file? And, if so, how can I export the results for the user to download?
Does this make sense? How can I go about this.
Any help would be fantastic...
I have already tried hyperlinking the .bas file that MSSQL 2000 creates for me, but my browser tried to download the .bas file. Is there some ASP I can write that will run the VB file? And, if so, how can I export the results for the user to download?
Does this make sense? How can I go about this.
Any help would be fantastic...