April 2008
Intermediate to advanced
566 pages
21h 55m
English
mysql_get_client_info()
char *mysql_get_client_info(void)
This function returns the client library version. Here is an example:
...
const char *info;
info = mysql_get_client_info( );
printf("Client Library Version: %s \n", info);
...Read now
Unlock full access