OnQueryError
#1

Hi,

I want to ask.

Why this callback OnQueryError, is not called? i have made him like that:

Code:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
	printf("Query: %s, callback: %s, connectionhandle: %d, error:%s",query,callback,connectionHandle,error);
	return 1;
}
This information have to be printed in server.log right? but there is nothing.

I use latest blueG mysql plugin, where problem when OnQueryError was not called, now fixed.

Code:
[ERROR] CMySQLQuery::Execute[] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '35773''' at line 1
Because this error in mysql_log don't say my anything, i have a lot of queries, different in my gamemod'e anywhere.
Reply


Messages In This Thread
OnQueryError - by audriuxxx - 06.04.2014, 08:47
Re: OnQueryError - by audriuxxx - 06.04.2014, 11:03
Re: OnQueryError - by audriuxxx - 06.04.2014, 14:40
Re: OnQueryError - by iZN - 06.04.2014, 14:43

Forum Jump:


Users browsing this thread: 3 Guest(s)