AMD
By: a guest | May 7th, 2009 | Syntax:
ColdFusion | Size: 0.44 KB | Hits: 84 | Expires: Never
<cfset myaction = "Upsert" >
<cfset mystruct = form>
<cfif action eq "Client_Market_deleted">
<cfset myaction = "delete">
<cfset mystruct = url>
</cfif>
<cflock name="fred" type="exclusive" timeout="100">
<cfset ralph = application.databaseservice.runmethod(myaction,"Client_Markets", mystruct, "Client_Market_ID")>
</cflock>
<cflocation addtoken="No" url="#Script_Name#?Status=#Action#&Section=#Section#&Action=List_Client_Markets">