Understanding MySQL connection in Filterscripts and Includes - 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: Understanding MySQL connection in Filterscripts and Includes (
/showthread.php?tid=637330)
Understanding MySQL connection in Filterscripts and Includes -
Omirrow - 12.07.2017
Hey,
I'm using the latest version of BlueG's MySQL plugin. I actually want to understand the new feature, sharing results between filterscripts and gamemode, is it possible with cache result and also do I have to connect to the same MySQL database using another connection handle?
I just want one of my filterscripts to use the same database with the gamemode, how is it possible to connect to it without creating a new connection handle or is it possible at all?
How is it possible to create duplicate connections or use the same connection handle?
Re: Understanding MySQL connection in Filterscripts and Includes -
Omirrow - 13.07.2017
Alright, I'm good with it now, thanks.