OnQueryError
#1

Hi,

My OnQueryError is that:

Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
	if( strlen( query ) < 980 )
	{
		printf("- QUERY - %s",query);
	}
	return 1;
}
Код:
[ERROR] mysql_tquery - callback parameter count does not match format specifier length
I was searching in server.log - QUERY but i don't found anything simillar. Why?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)