sqlany_client_version_ex( a_sqlany_interface_context *, char *, size_t) method

Returns the current client version.

Syntax

public sacapi_bool sqlany_client_version_ex ( a_sqlany_interface_context * context, char * buffer, size_t len)

Parameters

Returns

1 when successful or 0 when unsuccessful.

Usage

This method fills the buffer passed with the major, minor, patch, and build number of the client library. The buffer will be null-terminated.