Changing encoding using Vertica odbc driver
_SASServer_
Community Edition User
Hello everyone.
Faced with the problem of displaying Cyrillic in SAS. I use SAS Access to ODBC to connect over ODBC.
The Vertica encoding is utf-8, and the SAS session is kz1048(cp1251).
I used to solve a similar problem for PostgreSQL and the solution was to use the DataDirect ODBC driver for PostgreSQL, which has the odbc parameter IANAAppCodePage, which solves this transcoding problem.
Is there something like this for the odbc vertica driver?
0