Re: cfupdate conundrum

2002-09-24 Thread Matthew Walker
Why not simply remove fields from cfupdate until it works. The last one you remove is the problem, and you don't have to think at all. - Original Message - From: Robert Polickoski [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 7:27 PM Subject: cfupdate

RE: cfupdate conundrum

2002-09-24 Thread Bruce Sorge
It has been my experience as well as the experience of other developers on this list that cfupdate is flaky at best unless your table only has a couple of fields. I have since stopped using cfupdate even with very small tables. Try putting it in a cfquery tag instead and see what happens.

RE: cfupdate conundrum

2002-09-24 Thread Robert Polickoski
Thank you. It worked. Funny, INSERT queries bombed on me so I used cfinsert instead. I guess the transitive theory doesn't necessarily hold for database management tags. Thank you again. -- Original Message -- From: Bruce Sorge [EMAIL PROTECTED]