Help me to understand - 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: Help me to understand (
/showthread.php?tid=526391)
Help me to understand -
Povis - 17.07.2014
Hello, i have a problem. I want to learn everything of MySQL, how to write properly MySQL functions in PAWN code and I can't even understand why R6, R7, R39-2 is totally different? Other people say that I must forget R7 because itout dated, but why is better R39-2 of R6. And if I use R6 it will be good or not?
Re: Help me to understand -
rockhopper - 17.07.2014
Here bro :-
https://sampforum.blast.hk/showthread.php?tid=129183
Re: Help me to understand -
Povis - 17.07.2014
Thank you. Also, maybe someone can help for me with 39-2, because I can't find anything of it.
Re: Help me to understand -
Konstantinos - 17.07.2014
Always the latest versions of something is the best option as it has bug fixes, improvements and many more. R6 uses non-threaded queries which is bad and you should really consider using threaded queries and the latest version.
All you need for R33+ can be found to the wiki page:
https://sampwiki.blast.hk/wiki/MySQL/R33
And also an example script:
https://github.com/pBlueG/SA-MP-MySQ...stem-cache.pwn
Re: Help me to understand -
Povis - 17.07.2014
And what abour R7, what is it? R7 is the same as 39-2 or no?