SA-MP Forums Archive
why sql over text file saving systems - 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: why sql over text file saving systems (/showthread.php?tid=646465)



why sql over text file saving systems - xMoBi - 17.12.2017

hi.

i use sql for saving system but i need some advantages and disadvantages of it. in comparison to text file based saving system because my friend is not impressed to use it and i want him to use it. can some one please list some of them.

thanks.

and some questions:
1. what limit we have in samp sqlite and what feature are not in samp sqlite
2. any way we can have that in samp?
3. any way to make sqlite error logging more precise


Re: why sql over text file saving systems - Dignity - 17.12.2017

It’s faster and has a ton more functionality.


Re: why sql over text file saving systems - jasperschellekens - 17.12.2017

Actually MySQL is much better, but every scripter should do it the way that feels best for him/her.
In MySQL you can do things that are simply not possible if using dini/y_ini or something.
MySQL is better than y_ini.
y_ini is better than dINI.

And also, when you want to create some kind of user panel on your website, you going to need mysql.
And theres alot more. basicly, mysql is better.