In your last page which is doing the updates give the parameters a form. prefix i.e
<cfparam name="form.name" default="">
and when updating use #form.name#
While you can get away without using prefixs such as url. and form. it doen't always work the right way. Its better to...
Just to rewrite the code for non query related loops.
<cfset loopCount = 0>
<cfloop {looping condition}>
<cfif loopCount MOD 2 IS 0>
<cfset myColor = "red">
<cfelse>
<cfset myColor = "ff66ff">
</cfif>
...code <table...
I need to find indepth information about the isolations levels in the <cftransacion> tag. I need to make sure that a selection of selects,inserts and updates are grouped and no other client can process the same page until the transation is complete. I have found some documentation but need...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.