How to call sql procedure from an html button?
Posted
by anand
on Stack Overflow
See other posts from Stack Overflow
or by anand
Published on 2010-03-08T14:38:27Z
Indexed on
2010/03/08
15:06 UTC
Read the original article
Hit count: 261
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.
© Stack Overflow or respective owner