That's not what he meant. They want you to output to screen the value of
recordID.

Try this as someone else has said.

Replace the cfquery tags with cfoutput and throw in some <pre>'s for
formatting:


<cfquery>
        SELECT etc. etc.
</cfquery>

becomes:

<cfoutput><pre>
        SELECT etc. etc.
</cfoutput></pre>

Then you'll see the query as it is being passed to the DB.

Ade

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 08 June 2005 16:50
To: CF-Newbie
Subject: Re: Update dilemma


I AM LISTENING! EXCUSE ME!

That's why I emailed the NEWBIE list...I haven't got a clue! The value of
the Update.ID changes depending on which link I click...it returns the same
error regardless...




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:15:1109
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to