Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
unsigned int db_change_char_charset( SQLCA * sqlca, char * charset );
更改用于此连接的应用程序的 CHAR 字符集。使用 FIXCHAR、VARCHAR、LONGVARCHAR 和 STRING 类型发送和读取的数据采用 CHAR 字符集。
如果更改成功则返回 1,否则返回 0。
有关建议字符集的列表,请参见建议的字符集和归类。