Page 1 of 1
InnerException with character non standard
Posted: Tue 13 Apr 2010 15:59
by mcaselli
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
Posted: Wed 14 Apr 2010 09:02
by Shalex
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?
Posted: Wed 14 Apr 2010 09:26
by mcaselli
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