Quote:
Originally Posted by audriuxxx
Can i do
Код:
mysql_tquery(connectionHandle, "UPDATE ..");
if( mysql_errno( ) != 0)
{
print("ERROR");
}
Can i do mysql_errno? and mysql_errno working with mysql_tquery
|
mysql_errno is used if the MySQL connection is successful or not, it is not made for MySQL query result. I already gave you the solution so stop wasting your time in something which doesn't exists. If there will some sort of errors, it will give you error, and if there isn't it won't give you any error.
OnQueryError is called when there is some sort of errors, you can try this?