macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Loosing / in sql

Subject: Re: Loosing / in sql
From: Azadi <azadi@xxxxxxxxxxxxx>
Date: Wed, 26 Mar 2008 21:31:27 +0700
Newsgroups: macromedia.coldfusion.database_access

yes, \ [backslash] in mysql is an 'escape character' - a special
character used to escape other special characters in strings and string
patterns. to use an actual \ character in a string you must also escape it.
<cfqueryparam> tag DOES properly escape this mysql escape character, so
use it.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

<Prev in Thread] Current Thread [Next in Thread>