08.06.2010, 16:22
Quote:
Originally Posted by Aleksandar_Zivanovci
there is no way to print error like with PHP, because there is no function mysql_error()
|
In the MySQL API C Documentation (in which the plugin was based on) say that when no error ocurred, the mysql_errno() function returns ZERO. (http://dev.mysql.com/doc/refman/5.0/en/mysql-errno.html)