Page 1 of 1

Problem Encoding

Posted: Thu 14 May 2009 10:16
by sanrigo
I'm testing dotConnect for PostgreSQL 4.50 Professional Trial and I have a problem of encoding : I can't insert or select data with accent (éà...).
Do you know this problem ? Is it because I work with the trial version ? Else, What can I do ?
Thanks

Posted: Thu 14 May 2009 15:48
by Shalex
1. Please specify the error message you are getting or give a detailed description of the problem.
2. Have you set the Unicode property of the PgSqlConnection object you use to true?
3. Does your database have the UTF8 encoding?
4. Please specify the build number (x.xx.xx) of your dotConnect for PostgreSQL. You can find it in the Tools | PostgreSQL | About menu of Visual Studio.
5. What version of PostgreSQL server are you working with?

I cannot reproduce the problem with the 4.50.30 version of dotConnect for PostgreSQL.

Posted: Mon 18 May 2009 10:00
by sanrigo
2. Have you set the Unicode property of the PgSqlConnection object you use to true? NO, my problem is now solved.
Thanks