SQL won't save?
#5

How do I use it?

Do I just add this:

pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle)
{
    switch(errorid)
    {
        case CR_COMMAND_OUT_OF_SYNC:
        {
            printf("Commands out of sync for thread ID: %d",resultid);
        }
        case ER_SYNTAX_ERROR:
        {
            printf("Something is wrong in your syntax, query: %s",query);
        }
    }
    return 1;
}
To the bottom of the script and start the server?

Thanks!
Reply


Messages In This Thread
SQL won't save? - by iGetty - 15.05.2012, 22:50
Re: SQL won't save? - by Ballu Miaa - 16.05.2012, 01:54
Re: SQL won't save? - by iGetty - 16.05.2012, 02:01
Re: SQL won't save? - by Mandrakke - 16.05.2012, 02:16
Re: SQL won't save? - by iGetty - 16.05.2012, 02:17
Re: SQL won't save? - by Mandrakke - 16.05.2012, 02:21
Re: SQL won't save? - by iGetty - 16.05.2012, 02:23
Re: SQL won't save? - by Mandrakke - 16.05.2012, 02:24
Re: SQL won't save? - by iGetty - 16.05.2012, 02:27
Re: SQL won't save? - by Mandrakke - 16.05.2012, 02:34

Forum Jump:


Users browsing this thread: 1 Guest(s)