SA-MP Forums Archive
Problems with Sql Lite - 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)
+--- Thread: Problems with Sql Lite (/showthread.php?tid=643607)



Problems with Sql Lite - DimaShift - 23.10.2017

hello guys!
I have a problem with the sql lite database and I do not know what else to do!
to 60 -100 online, when a player in the server receives data from the server base, it automatically lowers the fps server (GetServerTickRate()) from 190 to 140!

pragma not help!
pragma synchronous = OFF | WAL
pragma journal_mode = OFF | WAL

errors do not show anything
db_log_queries 1
db_logging 1

someone else knows, what else can it be?



Re: Problems with Sql Lite - xMoBi - 23.10.2017

are you clearing result when you query something to dB?

db_free_result(db_query(...)); or no?


Re: Problems with Sql Lite - DimaShift - 23.10.2017

Quote:
Originally Posted by xMoBi
Посмотреть сообщение
are you clearing result when you query something to dB?

db_free_result(db_query(...)); or no?
thanks anyway...
but the problem was in program SQLiteStudio, i did not create the base in pawno