SQLite - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: SQLite (
/showthread.php?tid=73974)
SQLite -
MarcoNecroX - 19.04.2009
How can i install SQLite on my server? what do i need to download? thenx
Re: SQLite -
tom_jonez - 19.04.2009
youll need to develop a plugin for it
Re: SQLite -
MarcoNecroX - 20.04.2009
?
I have an .db file, for a registracion system (LVA) in the scriptfiles folder, just that and nothing more about SQLite, and that database doesn't work, don't know why, that's why i'm asking where can I get SQLite and get it into my Windows Server so I can run that database
Re: SQLite -
ICECOLDKILLAK8 - 20.04.2009
Quote:
Originally Posted by MarcoNecroX
?
I have an .db file, for a registracion system (LVA) in the scriptfiles folder, just that and nothing more about SQLite, and that database doesn't work, don't know why, that's why i'm asking where can I get SQLite and get it into my Windows Server so I can run that database
|
****** Download SQLite Server
Re: SQLite -
MarcoNecroX - 20.04.2009
Downloaded SQL Maestro. It's a program. I dunno wtf to do with it
Re: SQLite -
dugi - 20.04.2009
SQLite functions are built into sa-mp server so you don't have to make any plugins or download SQLite server to use it.
Most likely an explanation about using/editing SQLite database in LVA gamemode can be found in it's thread:
http://forum.sa-mp.com/index.php?topic=64615.0
Re: SQLite -
Popz - 20.04.2009
Can also just point out that SQLite doesn't use a server. It uses flatfiles. MySql on the otherhand does.