SA-MP Forums Archive
SQLite Concept Question - 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: SQLite Concept Question (/showthread.php?tid=432923)



SQLite Concept Question - TKZ227 - 24.04.2013

I am contemplating using SQLite, but I'm having trouble understanding how I could utilize it in the creation of a User Control Panel. I'm aware that SQLite produces a database file in the server's scriptfiles, but how does this translate to me being able to grab that information and use it on a website? It seems much different than MySQL, where a database is created and hosted and all I need to do is have access to that database information to access the information in it.


Re: SQLite Concept Question - arakuta - 24.04.2013

MySQL is a database system based on SQL Language.

SQLite and MySQL are two different systems.