Saving Systems - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Saving Systems (
/showthread.php?tid=543183)
Saving Systems -
JaKe Elite - 25.10.2014
Best saving systems? Choose above, the highest vote wins, gonna use it on JakAdmin.
Re: Saving Systems -
Kaperstone - 25.10.2014
Depend on your needs.
But if you want to use the data outside your SAMP server, e.g. - user control panel or admin control panel.
Then you definitely should go with MySQL because it's supported by every programming language (and should) and it remains it's query functionality anywhere.
so you don't have to learn again the basics such as SELECT, DELETE, UPDATE and INSERT INTO.
Re: Saving Systems - Emmet_ - 25.10.2014
I recommend you use SQLite. INI files can clutter your folder overtime and backing up can be a pain in the ass. MySQL would be inconvenient to use for an admin system - what if the server owner doesn't know how to use MySQL, doesn't have access to a MySQL database or is not interested in using MySQL anyway?
SQLite is great because data is more organized, easy to backup and overall convenient for an admin system.
Re: Saving Systems -
Team_PRO - 25.10.2014
Depends what you like..
but i use y_ini
Re: Saving Systems -
Steel_ - 25.10.2014
How about an alternate between all saving systems?
Re: Saving Systems -
Anzipane - 25.10.2014
There's no "best" saving system, it really just depends on your needs: if you need to store datas for internal usage only (in the game-server), you won't need a MySQL database, you can simply go for a SQLite database or some text files.
Re: Saving Systems -
Rudy_ - 25.10.2014
Use Y_Ini :/
Re: Saving Systems -
Sergei - 25.10.2014
Use SQLitei include and you will be okay. If you want to have easy external access then use MySQL.
Re: Saving Systems -
Skully82 - 25.10.2014
I would suggest you "MySQL"
Re: Saving Systems -
thefatshizms - 25.10.2014
Quote:
Originally Posted by xkirill
it's supported by every programming language
|
Rofl.