ctwilliams
Programmer
I have setup a Data Access Page, and can't figure out how to execute a stored procedure by clicking on a command button.
I setup my onclick event handler like this...
But what goes inside? Can I execute the stored procedure via some type of ADO command?
I setup my onclick event handler like this...
Code:
<SCRIPT LANGUAGE=vbscript FOR=Command0 EVENT=onclick>
<!--
-->
</SCRIPT>
But what goes inside? Can I execute the stored procedure via some type of ADO command?