UPDATE vs CFUPDATE
This is actually one circumstance where using cfupdate is permissble.
Oracle has a limitaition of only being able to insert/update a max of 255
chars in a text field on an insert/update command. That means you either
have to write a stored procedure to read and insert/update 255 chars at a
time or use a cfinsert or cfupdate.
Won Lee
Allaire Certified ColdFusion Developer.
PS It's good to be back writing ColdFusion. I've taken a bit of a hiatus
trying some other things like JSP.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 9:33 AM
To: CF-Talk
Subject: Re: CFUPDATE vs. UPDATE
sorry no numbers but I seem to find that UPDATE works a HAIR faster.
virtually the same though especially for simple queries (which seem to be
most).
just a personal preference but I try alway to use SQL. why use <CF[sql
here]> when you can use the real deal...?
"Koo Pai Lao" <[EMAIL PROTECTED]> on 09/12/2001 05:24:25 PM
Please respond to [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
cc:
Subject: CFUPDATE vs. UPDATE
which is faster or why should i use one over the other?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists