0

I'm using windows7 32bit, and connection to remote sybase databse using odbc the connection goes fine, but when I'm retrieving arabic data I get unreadable characters

Any suggestion please.

4

1 回答 1

0

“Sybase 11”是指 Sybase SQL Anywhere 11 吗?AFAIK,Sybase ASE 没有版本 11,所以我在这里猜。

确保您用于连接数据库的字符集与存储数据的字符集相匹配。 Try select db_property('charset'),它将告诉您字符集。然后使用此处记录charset的连接参数断开连接并重新连接。

于 2012-04-22T23:38:25.873 回答