On Sat, 18 May 2002, Dennis Gearon wrote:
> I appreciate all the good info on this subject, everybody. 
> 
> In looking the archives, I am still confused on one issue. Do **ALL**
> databases treat \' or \" as escaped? Isn't the SQL standard character to
> escape with a ' ?

I know that Oracle (at least as of v8) doesn't treat \' as escaped; you
need to use the option "magic_quotes_sybase". And I know that MySQL is 
perfectly happy with either \' or ''.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to