Re: cfupdate/cfinsert tags - changed from CF5 to CF7?

2006-11-02 Thread Les Irvin
Not sure I've nailed it down completely, but CF7 is strict on the conventions for naming fields in a db table (at least in an Access db. I know, I know...). The error was coming not from a textarea field as originally thought, but from fields named as what CF7 may interpret as reserved words.

cfupdate/cfinsert tags - changed from CF5 to CF7?

2006-10-31 Thread Les Irvin
I'm porting an application from CF5 to CF7. The exact same code is now throwing syntax errors when trying to pass textarea info from a form to the cfupdate and cfinsert tags. When I remove the field that is passed from a textarea it works fine. Is there some new twist to passing textarea

Re: cfupdate/cfinsert tags - changed from CF5 to CF7?

2006-10-31 Thread Josh Nathanson
. -- Josh - Original Message - From: Les Irvin [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Tuesday, October 31, 2006 8:58 AM Subject: cfupdate/cfinsert tags - changed from CF5 to CF7? I'm porting an application from CF5 to CF7. The exact same code is now throwing syntax

Re: cfupdate/cfinsert tags - changed from CF5 to CF7?

2006-10-31 Thread Steve Bryant
[plug warning] As another option, I have a (free) component that can fill the role of cfinsert and cfupdate. In order to see how to convert, you can watch the Installation and Initialization presentation followed by the Converting from CFINSERT and CFUPDATE presentation.