I am connecting to a MS SQL server database using pyodbc. The error im getting is the following
invalid byte sequence for encoding "UTF8": 0x93
HINT: This error can also happen if the byte sequence does not match the
encoding expected by the server, which is controlled by "client_encoding".
The SQL database is encoded using Latin1 and I am using postgres with django, which expects UTF8.
I am very new to using pyodbc and cannot solve this problem. i have attempted to filter through piles of google searches but with no luck. Some help would be greatly appreciated.
EDIT
The Postgres db is the main db for the project. I want to be able to pull data from the SQL Server. This process will not be done often though...
The point at which the error occurs is from the read from the SQL Server db