MySQL saving IP problem
#2

Add this to see more detailed info on the error.

pawn Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
    print(error);
    return 1;
}
EDIT: Change this too, no need to escape single quotes.
pawn Код:
(\'%s\', \'%s\', \'%s\', \'%s\')
To
pawn Код:
('%s', '%s', '%s', '%s')
That's probably the error.
Reply


Messages In This Thread
MySQL saving IP problem - by andrew2695 - 11.12.2012, 16:12
Re: MySQL saving IP problem - by iggy1 - 11.12.2012, 16:18
Re : MySQL saving IP problem - by andrew2695 - 11.12.2012, 16:28
Re: MySQL saving IP problem - by iggy1 - 11.12.2012, 16:33
Re : MySQL saving IP problem - by andrew2695 - 11.12.2012, 16:45
Re: Re : MySQL saving IP problem - by InfiniTy. - 11.12.2012, 17:01

Forum Jump:


Users browsing this thread: 1 Guest(s)