28.09.2016, 07:55
Quote:
Well sqlite and mysql both support the sql syntax, the biggest difference is probably that sqlite is local and mysql is online
Check this site for a more deeper comparison - http://www.sqlite.org/whentouse.html sqlite - "Situations Where SQLite Works Well" mysql (just a bit down) - "Situations Where A Client/Server RDBMS May Work Better" To open sqlite files you need a programm or plugin for your browser, examples - DB Browser for SQLite - SQLite Manager |
Quote:
https://sampforum.blast.hk/showthread.php?tid=612595
It states how you should use DB::Init and CONNECTION_TYPE_MYSQL when choosing between SQLite or MySQL. |
Thanks anticipate!