Hi,
Olaf Martens wrote:
The libmysql.dll I found in the various zip files at
www.mysql.com do not seem to contain all functions of the MySQL
C API. E.g. mysql_affected_rows, mysql_errno, mysql_error and
others are missing.
Is there anywhere a complete libmysql.dll available?
Everything's okay with your copy of libmysql.dll. Take a look at
mysql.h: You'll find out that mysql_affected_rows, mysql_errno,
mysql_error and many others are macros -- not actual functions
of the DLL.
HTH.
Sam
.............................
: The <w3history> Project :
: http://www.w3history.org/ :
.............................