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 Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere C API reference » sacapi.h

 

sqlany_client_version function

Returns the current client version.

Syntax
sacapi_bool sqlany_client_version( char * buffer, size_t len )
Parameters
  • buffer   The buffer to be filled with the client version string.

  • len   The length of the buffer.

Returns

1 when successful or 0 when unsuccessful.