Re: Works with accent
Posted by: Susanne Ebrecht
Date: August 15, 2007 11:30AM

Hello Josè,

I think, this is because of the sql_mode. Usually MySQL use accent aigu for using names that are reserved or something like this.

You can change the sql_mode. In your client: set sql_mode=ANSI_QUOTES;

After this you have "" instead of `` for reserved names and you can use your accents without problems (I hope).

Susanne

Options: ReplyQuote


Subject
Views
Written By
Posted
3252
August 10, 2007 09:52AM
Re: Works with accent
2297
August 15, 2007 11:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.