How to call sql procedure from an html button?
- by anand
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.…