SA-MP Forums Archive
SQL Error? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SQL Error? (/showthread.php?tid=270289)



SQL Error? - Danny - 19.07.2011

Hi,

My server stopped saving data on OnGameModeExit, instead of saving it is showing this:

Код:
[21:50:35] CMySQLHandler::Query(resultID) - Threaded query with id 1 started. (Extra ID: -1)
Does anyone know what this means and more important, what goes wrong in the whole saving process?

Greetz,
Danny


Re: SQL Error? - JaTochNietDan - 19.07.2011

That line you pasted simply means a threaded query was executed with an ID of 1.

There's nothing more to that line.


Re: SQL Error? - Danny - 19.07.2011

Hmm, ok, sounds logical. But why it doesn't save? This morning it worked fine. I haven't modified it.


Re: SQL Error? - JaTochNietDan - 19.07.2011

Quote:
Originally Posted by -Danny-
Посмотреть сообщение
Hmm, ok, sounds logical. But why it doesn't save? This morning it worked fine. I haven't modified it.
I don't know, that debug message doesn't tell me anything about your code