What should i use? - 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: What should i use? (
/showthread.php?tid=384350)
What should i use? -
GreekScripter - 11.10.2012
I should use MySQL or SLQ?
Please tell me.
Re: What should i use? -
James Premier - 11.10.2012
Quote:
Originally Posted by GreekScripter
I should use MySQL or SLQ?
Please tell me.
|
SQL*
Isn't there a difference between the two? I forgot what it was.
Re: What should i use? -
Vince - 11.10.2012
SQL is the language itself. It's used within multiple database systems, including MySQL, SQLite, Microsoft SQL Server and even Microsoft Access.
Re: What should i use? -
GreekScripter - 11.10.2012
But what's the difference with MySQL ?
Re: What should i use? -
Roddan - 11.10.2012
Quote:
Originally Posted by GreekScripter
But what's the difference with MySQL ?
|
Use MySQL. With MySQL you need a Database with connection.
Re: What should i use? -
R@f - 11.10.2012
MySQL is a RDBMS (Relational Database Management System) and SQL is a language for querying databases (like MySQL). The basic functions of SQL are usually the same on almost all RDBMS like Oracle, Sybase or DB2 but each of those databases have their own advanced functions.
You can start learning SQL with MySQL which a very used database.
Re: What should i use? -
GreekScripter - 12.10.2012
Thanks.
I am looking forward on making my own MySQL gamemode.
Re: What should i use? -
Steven82 - 13.10.2012
If you're not planning on saving a lot of things, but want to learn the SQL syntax, as well as have the file easily accessible in the server files diction of your SA-MP server folder, look into SQLite.
Re: What should i use? -
jonelia - 14.10.2012
Quote:
Originally Posted by GreekScripter
Thanks.
I am looking forward on making my own MySQL gamemode.
|
Lol! Its forward and no problem
Re: What should i use? -
Pureem - 14.10.2012
MySQL