I am trying to get data from a PostGreSql database with SQL_ASCII Enconding, however in some records I get the error message 22021: invalid byte sequence for encoding \ "UTF8 \": 0xc9 0x52 " / p>
I have tried to set the Enconding in the connection string in several ways, but without success, the error occurs "Keyword not supported"
Does anyone know of a solution other than swapping Enconding from bank to UTF8?