> Ok I have a CF Insert statement (its a long one) and then below
> the statement I will paste the error i am getting. Its appearing
> that there is a size limit on the CF Insert statement? Is this
> true? All of my inserts except the first few are just 1 character.

No, your problem is that you've got a double-quote at the end of your fields
list, I think:

> <CFQUERY datasource="#DSN#" name="qputsi">
>               Insert Into selfinspection
>               (si_report,
>       si_dt,
...
>       SI_dt_Resolved,
>       SI_Descrip")

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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