Dina Hess wrote:
>><cfset value = "String">
>><cfquery ..>
>>INSERT INTO table (field)
>>VALUES (<cfqueryparam cfsqltype="cf_sql_varchar" value="#value#">>
>></cfquery>
>>
>>Make the value anything you want, quotes, backslashes etc., it will work.
> 
> I did...and it doesn't. But I think I know why now.

It doesn't? Even if you just use value="#value#" without any function calls?


>>And if you leave the trim() out it will be abc's again. trim() should
>>not influence the number of quotes, only the numer of spaces at the
>>beginning and end of the string.
> 
> 
> I agree that Trim() should not influence a single quote. Nor should
> HTMLEditFormat(). But both do, even without CFQUERYPARAM.
> 
> Why?

Bug.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to