Hello,

I'm always with my access to mysql port.
I noticve that access can dispaly a â but it s like a a.

So I make this query to select some specials row from my database :

select ort from localite_ortsnamen
where ort REGEXP
"^([A-Za-z]|[àâäåáãçéèêëîïíñõôöóùúûüÿÅÅÀÂÄÇÉÈÊËÎÏÑÔÖÛÜß', -])+$"=0;

I'd like to add the possibilite from the ort column to have char like (),->'
...., but it doesn't work
i try to escape these cars with a \, but nothing.

So how can I do this ?


thanks.



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


---------------------------------------------------------------------
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