Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In the database I have: I have a postgreSQL ver 8.4 with SQL_ASCII encoding (charset Spanish Argentina).

On the server I have: .NET with C# and npgsql.dll 2.1 (cant update)

I can get the info, but when a cell has an accent or ñ the char come's broken.

Any idea on what can I do?

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.