Forum Moderators: open
In my ASP, i have created a FileSystemObject inorder to write in .sql file in which i write my Sql queries.
In SQL-Plus, i run this .sql file and get the output written in excel file(through spool command).
Now, my query is- Is there any possible way that through ASP coding i directly get the output of my sql queries in the excel file.
If any idea spread some light regarding it.