----- Original Message ----- From: "Peterson Luiz" <[EMAIL PROTECTED]>

I´m using "UTF8Encoding = true" on my conection string in C#, but I
can´t get any special character (like á,ç,ã) in my query results.
If I open the database with any DBTool software, I can see that all the
special caracters are in their right place in the registries, but when
I select then in my C# program, they don´t show up.

Here´s my connection string:
connString=@"Data Source="+dbpath+";New=true;UTF8Encoding=true;Version=2";


This would be better answered on the Finisar ADO.NET wrapper forums at:
http://sourceforge.net/forum/?group_id=94056

If the data was originally written using a different tool than the ADO.NET wrapper, it could be a bug in that tool. It could also be a bug in the ADO.NET provider.

Robert


Reply via email to