Subject | Re: [firebird-support] Firebird equivalent to MySql escape string? |
---|---|
Author | Aage Johansen |
Post date | 2005-10-18T20:36:31Z |
Dan Wilson wrote:
<<
Is there a Firebird equivalent (or even the need for such?) to the mysql
function mysql_escape_string? I am porting an application from mysql to
firebird and have encountered this function call. It appears to me that
the functionality included in this function is not needed in Firebird,
since Firebird can handle newlines, etc. in sql strings without any
problem. I thought I'd double-check with the experts, though, just to be sure.
--
Aage J.
<<
Is there a Firebird equivalent (or even the need for such?) to the mysql
function mysql_escape_string? I am porting an application from mysql to
firebird and have encountered this function call. It appears to me that
the functionality included in this function is not needed in Firebird,
since Firebird can handle newlines, etc. in sql strings without any
problem. I thought I'd double-check with the experts, though, just to be sure.
>>There is a keyword: ESCAPE - which may be what you're looking for.
--
Aage J.