In our ArcIMS web site, we have a button to fire up stored procedure executing batch file. What batch file does is download table from other server and create feature class in SDE.
Anyhow, is there any ways to fire a stored procedure or batch file from flex button click?
Below is a simple coldfusion code to fire a stored procedure.
<cfquery datasource="#DSN#">
dbo.prcGISCallCERTProcess
</cfquery>