21.09.2011, 13:38
Because the error might not be a syntax error nor a commands out of sync error ... Try this instead:
Use isnull(inputtext) or !strlen(inputtext).
pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], requete[], connectionHandle)
{
printf("[sql] MySQL Error #%d: %s", errorid, error);
return 1;
}


