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: SQLite (
/showthread.php?tid=370977)
SQLite -
iFizzy - 21.08.2012
I have been using SQLite for a while now and I came up with the following question. Where do all the tables and databases we create end up?. Normally we state to create a table if the account does not exist but I cannot understand yet from where it actually reads those information.
Sincerely,
iFizzy
Re: SQLite -
Nuke547 - 21.08.2012
localhost/phpmyadmin
Re: SQLite -
Vince - 21.08.2012
^ disregard what he said.
There should be a .db file somewhere in your server directory, probably scriptfiles. I've never worked with SQLite myself, so I don't know the exact location. You can search ****** for an SQLite database browser.
Re: SQLite -
Kirollos - 21.08.2012
http://solidfiles.com/d/e0afd/download
PS: this link is by Zh3ro in his admin system
https://sampforum.blast.hk/showthread.php?tid=255513
Re: SQLite -
ReneG - 21.08.2012
They end up in the scriptfiles folder.
You need a browser to view the db file.
http://sourceforge.net/projects/sqlitebrowser/