Check the source.
include/mysqld_error.h
A. Clausen wrote:
> I'm developing some MySQL applications using VB6 and ADO, and need to do some work
>on error handling. I can get the error code easily enough from ADO's Error
>collection, but is there a list of error codes and their descriptions.
I'm developing some MySQL applications using VB6 and ADO, and need to do some work on
error handling. I can get the error code easily enough from ADO's Error collection,
but is there a list of error codes and their descriptions. I've been doing this by
generating errors and seeing what codes
On 18-Jun-01 Sam Peascod wrote:
> I have a web page which is based on mysql databases using PHP coding, but
> the web page refuses to display correctly. It always returns an error
> message:
>
> Fatal error: Call to undefined function: mysql_select_db() in
> /usr/local/games/hlds_l/hlstats-1.01
I have a web page which is based on mysql databases using PHP coding, but
the web page refuses to display correctly. It always returns an error
message:
Fatal error: Call to undefined function: mysql_select_db() in
/usr/local/games/hlds_l/hlstats-1.01/hlstatsinc/db.inc on line 67
Is it somethin