Page 1 of 1

Execute button

Posted: Wed May 09, 2007 6:56 am
by Speedy84
I would like to execute an sql script by clicking a button but how can i realize this.

my sql scripts are dynamicaly created but needs to be executed by clicking an button.

there is no default clicking event.

can anyone tell me how to solve this

Posted: Wed May 09, 2007 11:19 am
by sjhein
Check out the Autorun template for an example. The dialog has 3 different buttons that can be clicked by the user to perform different actions (install the software, go to the web site, etc.).

-Scott