mysql_tquery
#7

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?
Reply


Messages In This Thread
mysql_tquery - by audriuxxx - 24.05.2014, 11:17
Re: mysql_tquery - by gtakillerIV - 24.05.2014, 11:54
Re: mysql_tquery - by audriuxxx - 24.05.2014, 11:59
Re: mysql_tquery - by iZN - 24.05.2014, 12:01
Re: mysql_tquery - by audriuxxx - 24.05.2014, 12:22
Re: mysql_tquery - by Denying - 24.05.2014, 12:29
Re: mysql_tquery - by iZN - 24.05.2014, 12:40
Re: mysql_tquery - by Denying - 24.05.2014, 12:58

Forum Jump:


Users browsing this thread: 1 Guest(s)