Convert to MySQL from SQLite - 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: Convert to MySQL from SQLite (
/showthread.php?tid=646223)
Convert to MySQL from SQLite -
webby - 12.12.2017
Hello, fellas!
How can I convert from SQLite to MySQL?
Can you help me with some tutorial or something, thank you!? +REP.
Re: Convert to MySQL from SQLite -
Xeon™ - 12.12.2017
There's no such tutorial, because its depends on your code and how you are using it.
anyways
https://sampwiki.blast.hk/wiki/SQLite
https://sampwiki.blast.hk/wiki/MySQL/R40
Find the corresponding functions and modify the mysql functions to the sqlite equivalents.
Also keep in mind that sqlite has sometimes other syntax than mysql systems.
Re: Convert to MySQL from SQLite -
GeorgeMcReary - 13.12.2017
There are many tutorials on forums which helps you converting MySQL into SQLite