Hmmm.. Here is my post again.. Now with a new
Email subject..
Hi Greg,
>> <CFIF ParameterExists(URL.RecordID)>
>> WHERE Talent.ID = #URL.RecordID#
>> </CFIF>
I'm not on MX as yet *sigh* but I have a feeling
The parameterExists function may no longer
Be supported in MX..
Replace it with
<CFIF isDefined("URL.RecordID")>
WHERE Talent.ID = #URL.RecordID#
</CFIF>
Also it may pay to use cfqueryparam on your
Query variables for some extra security..
Cheers,
Adam
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to
[EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004