InnerException with character non standard

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
mcaselli
Posts: 3
Joined: Tue 13 Apr 2010 15:56

InnerException with character non standard

Post by mcaselli » Tue 13 Apr 2010 15:59

Hi,
i have installed the latest DotConnect for MySQL yesterday.

I try to insert this character:
è

But the response is:
Errore durante l'aggiornamento delle voci. Per ulteriori informazioni, vedere InnerException

Can you help me?

Regards, Max

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 14 Apr 2010 09:02

1. Have you tried setting the Unicode property of your connection object to true or Charset to 'auto'?
2. Please post here your InnerException and call stack.
3. Tell us the character set settings of your database (execute show variables like 'character_set%').
4. What versions of dotConnect for MySQL (x.xx.xx) and MySQL Server are you using?

mcaselli
Posts: 3
Joined: Tue 13 Apr 2010 15:56

Post by mcaselli » Wed 14 Apr 2010 09:26

Shalex wrote:1. Have you tried setting the Unicode property of your connection object to true or Charset to 'auto'?
2. Please post here your InnerException and call stack.
3. Tell us the character set settings of your database (execute show variables like 'character_set%').
4. What versions of dotConnect for MySQL (x.xx.xx) and MySQL Server are you using?
Hi,
sorry, I have resolved with Unicode=true into connection string.

Bye, Max

Post Reply