SA-MP Forums Archive
SQLite question - 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: SQLite question (/showthread.php?tid=640956)



SQLite question - wallee - 09.09.2017

Does this have to be called for every db:

Код:
db_free_result(db_query(srvdb, "PRAGMA synchronous = OFF"));
Or is it all connected and it gets turned off for all?