Returns the current client version.
public sacapi_bool sqlany_client_version(char * buffer, size_t len)
buffer The buffer to be filled with the client version string.
len The length of the buffer supplied.
1 when successful or 0 when unsuccessful.
This method fills the buffer passed with the major, minor, patch, and build number of the client library. The buffer will be null-terminated.