try the #preservesinglequotes(text)# function

----- Original Message -----
From: "andrew kopelman" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, March 26, 2001 2:38 PM
Subject: Escaping apostrophes


> Hello,
>
> This must be a basic question, but I found no real answer on the allaire
> forums.
>
> I want to allow users to enter apostrophes in text, which I then save to
the
> database.  However, the sql insert will fail as it interprets this
> apostrophe within the text as one of the apostrophes surrounding the text.
>
> Example:
>
> INSERT INTO tblUserComments (userid, usercomment)
> VALUES (12345, 'I don't know what to think')
>
> This fails on the ' in don't
>
> There must be a better solution than HTMLEditFormat.
>
> Thanks in advance.
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to