I've only ever seen this happen once, and it was because the hidden input
field that specified the primary key wasn't enclosed in CFOUTPUT tags.  Eg.
<input type="hidden" value="#ID#" Name="RecordID">

        instead of

<CFOUTPUT>
        <input type="hidden" value="#ID#">
</CFOUTPUT>

It was passing #ID# instead of the actual record ID.  Every time I tried to
update the record, the server would just sort of hang... I could do other
stuff in CF, but it was very slow.

Good Luck!
dBIII+

-----Original Message-----
From: Richard Hart [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 27, 2000 12:46 PM
To: House of Fusion
Subject: CFUPDATE


Hi

I've been trying to update a record using cfupdate,
however it seems to be hanging in a continous loop
whenever I try to submit the updates.  Does anyone know
what the cause could be?

Any help would be greatly appreciated.

Thanks,

Richard
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to