using pyodbc on linux to insert unicode or utf-8 chars in a nvarchar mssql field

前端 未结 4 1176
抹茶落季
抹茶落季 2020-12-05 04:47

I am using Ubuntu 9.04

I have installed the following package versions:

unixodbc and unixodbc-dev: 2.2.11-16build3
tdsodbc: 0.82-4
l         


        
4条回答
  •  情话喂你
    2020-12-05 05:30

    Are you sure it's INSERT that's causing problem not reading? There's a bug open on pyodbc Problem fetching NTEXT and NVARCHAR data.

提交回复
热议问题