My SQL Database and escape sequences

2001-05-10 Thread VVM Ravikumar Sarma Chengalvala
Can some one let me know all possible ways to provide escape characters in MYSQL inserts. I am using C API. Regards, Ravi Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at

Re: My SQL Database and escape sequences

2001-05-10 Thread Paul DuBois
At 5:49 PM +0100 5/10/01, VVM Ravikumar Sarma Chengalvala wrote: Can some one let me know all possible ways to provide escape characters in MYSQL inserts. I am using C API. If you're asking how to escape special characters: http://www.mysql.com/doc/m/y/mysql_escape_string.html