Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回当前的客户端版本。
public sacapi_bool sqlany_client_version_ex( a_sqlany_interface_context * context, char * buffer, size_t len )
context 使用 sqlany_init_ex() 创建的对象
buffer 将填充客户端版本字符串的缓冲区。
len 提供的缓冲区的长度。
成功时为 1,不成功时为 0。
该方法用于为所传递的缓冲区填充客户端库的主版本号、子版本号和内部版本号。缓冲区将以空值终止。