Hey guys, my doubt is pretty simple to understand. I have a sql procedure that generates a util file as its output depending on the input parameters that are passed to it.
I have to pass these parameters from an html page from 3 text boxes.There will also be a button ,on clicking which, the procedure will be called and the util will be generated.
I thought of doing it in jsp and writing the full procedure there itself. But i want to util file to opened in WORD the moment it is generated.
I want to know how to call a procedure using button and how to show the util after its generated.
Thanks guys, any help will be appreciated.