On Monday 02 September 2002 09:27 am, Derk van der Harst wrote:
> Hello everyone,
>
> how can I insert records with the Euro sign into the mysql database?
> When i try to insert the euro sign i get the err message 'query is empty'.
> Can somebody help?
>
> thanks
> Derk

What happens if you escape the string first, like with DBD's quoting 
function? Not knowing what encoding you're trying to use for your string I 
would have to guess that it contains what MySQL is interpreting as an illegal 
character. 

Still, the error message is a bit odd. Perhaps it isn't even Mysql's fault... 
How are you connecting?

>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]> Trouble
> unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to