7
I am trying to get data from a Postgresql database with Enconding SQL_ASCII, but in some records I get error message "22021: invalid byte Sequence for encoding "UTF8": 0xc9 0x52"
I have tried to set the Enconding in the connection string in several ways, but without success, error occurs "Keyword not supported"
Does anyone know of a solution other than switching the bank’s Enconding to UTF8?
What is the current encoding of the bank?
– Leonel Sanches da Silva
It is the Bank Trust is SQL_ASCII
– Duan Brito
The Provider I am using is the "Entityframework6.Npgsql -Version 3.0.7"
– Duan Brito