mirgation 

something to do with a space station?
:)

http://science.nasa.gov/temp/mir_loc.html

Brian


>>> [EMAIL PROTECTED] 12/05/03 12:26pm >>>
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

---
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

Reply via email to