Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere C API 参考 » sacapi.h

 

sqlany_client_version 函数

返回当前的客户端版本。

语法
sacapi_bool sqlany_client_version( char * buffer, size_t len )
参数
  • buffer   将在其中填充客户端版本字符串的缓冲区。

  • len   缓冲区的长度。

返回值

成功时为 1,不成功时为 0。