FREETDS 和 UNIXODBC 字符转换
我有一个错误需要修复。它:
[FreeTDS][SQL Server]Error converting characters into server's character set. Some character(s) could not be converted
当我使用土耳其字符插入时,我收到此错误。我的问题是如何禁用该转换功能?我通过 freetds 和 unixodbc 连接到 sql server。
谢谢..
ive got an error to fix. its:
[FreeTDS][SQL Server]Error converting characters into server's character set. Some character(s) could not be converted
when i use turkish characters to insert i get this error. my question is how can i disable that converting thing? im connecting to sql server via freetds and unixodbc.
thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要
在 freetds.conf 文件中进行设置,并通过将 Servername 选项设置为 freetds.com 中的连接定义来从 odbc.ini 中读取它。请参阅此说明和我的博客文章。
You need to set
in your freetds.conf file and read it from odbc.ini by setting the Servername option to the connection definition in freetds.com. See this explanation and my blog post.
在python3中,您需要在 conn 之后添加两行
in python3, you need to add two lines after your conn