brianrose
Programmer
- Dec 7, 2000
- 2
I am working an a web project that has to save a lot of data to flat files from SQLServer using dynamic querys and this causes connection time outs. To over come the problem I am trying to use the osql utility. I need to run the utility as a command on the Server to do this I need to create a WScript.Shell and then use the Run method to execute it. But I have the problem of cannot create the object. Please help.