This is a discussion on Re: what's wrong? within the MySQL forums, part of the Database Server Software category; --> Man-wai Chang wrote: > insert into canton ( big5, thekey, changjei, canton, touched ) values (' > µ\\','BAY ','MGPP ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Man-wai Chang wrote: > insert into canton ( big5, thekey, changjei, canton, touched ) values (' > µ\\','BAY ','MGPP ','PEI ',0) > > You have an error in your SQL syntax; check the manual that corresponds > to your MySQL server version for the right syntax to use near 'BAY > ','MGPP > > 'µ\\' is mysql_real_escape_string('µ\') 'µ\\' is strange! Did you try replacing it by anything else? \' May not be seen as the end of the string. There would be a string " µ\'," followed by BAY... FUp2: comp.databases.mysql Heiko -- http://portal.richler.de/ Namensportal zu Richler http://www.richler.de/ Heiko Richler: Computer - Know How! http://www.richler.info/ private Homepage |