Hello all... I'm using cfinsert to add a new row to my table...problem is cfinsert is dropping (not inserting) one of the form fields like it doesn't even exist. :(
I have checked everything...verified the form field names, the database column names, and checked the debug to verify that all the form fields are present on the action page. This has worked flawlessly for months in CF5. The cfinsert looks like this: <cfinsert datasource="#request.dsn#" tablename="tblPRODUCT"> I cfdump'ed the entire form scope right before the cfinsert statement and verified that _everything_ is there. Any idea what can be happening here? I'm using: CFMX & SQL Server 2000 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

