You could always write your own function to do the escaping for you. This following 
link is an example written in VB that you could adapt to whatever language you are 
using.

http://www.vbmysql.com/samplecode/stripquote.html

Here is another way of doing it if you can link to the libmySQL.dll (or equivilent in 
your OS).

http://www.vbmysql.com/samplecode/mysql_escape_string.html

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to