29.12.2012, 05:35
MYSQL and SQLite has their own advantages and disadvantages. MYSQL and SQLite both are efficient and fast. SQLite will be faster i guess as it is a built in part of PAWN. It is included natively. But i can be wrong in this.
If you want to display information from the database on a Website. Then i will suggest you to use MYSQL. As in SQLite , you will need the .db file within the Website Host. MYSQL Database are connected remotely where as SQLite .db file is local to the server. And you always need to transfer it via FTP once it is updated.
If you want to display information from the database on a Website. Then i will suggest you to use MYSQL. As in SQLite , you will need the .db file within the Website Host. MYSQL Database are connected remotely where as SQLite .db file is local to the server. And you always need to transfer it via FTP once it is updated.