| Subject: | Re: I can only figure out how to debug on the flex side |
|---|---|
| From: | "nikos101" |
| Date: | Tue, 30 Sep 2008 13:53:07 +0000 UTC |
| Newsgroups: | macromedia.coldfusion.advanced_techniques |
For when using this function i get returned: update RATES set Barclays = 3
<cfquery name="q" datasource="#datasource#">
update RATES
set <cfqueryparam value="#arguments.field#"
cfsqltype="cf_sql_varchar">
=
<cfqueryparam value="#arguments.value#"
cfsqltype="cf_sql_float">
</cfquery>
<cfset flash.result="update RATES set #arguments.field# =
#arguments.value#"
>
<cfreturn flash.result>
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: I can only figure out how to debug on the flex side, Daverms |
|---|---|
| Next by Date: | Re: I can only figure out how to debug on the flex side, nikos101 |
| Previous by Thread: | Re: I can only figure out how to debug on the flex side, Daverms |
| Next by Thread: | Re: I can only figure out how to debug on the flex side, nikos101 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |