File is not a SQLite 3 Database
#8

I found the real problem though, i had:
pawn Код:
db_query(Database, "CREATE TABLE IF NOT EXISTS users (userid INTEGER PRIMARY KEY AUTOINCREMENT, username VARCHAR(24) COLLATE NOCASE, password VARCHAR(129), admin INTEGER DEFAULT 0 NOT NULL, vip INTEGER DEFAULT 0 NOT NULL, faction VARCHAR(24) COLLATE NOCASE, factionrank INTEGER DEFAULT 0 NOT NULL, money INTEGER DEFAULT 0 NOT NULL, rank INTEGER DEFAULT 0 NOT NULL, exp INTEGER DEFAULT 0 NOT NULL, kills INTEGER DEFAULT 0 NOT NULL, deaths INTEGER DEFAULT 0 NOT NULL)");
factionrank was faction rank with a space in between, so i deleted the space and problem solved!

thanks again Konstantinos, dont know what i would have done without you !
Reply


Messages In This Thread
File is not a SQLite 3 Database - by Voxel - 21.11.2013, 12:24
Re: File is not a SQLite 3 Database - by Konstantinos - 21.11.2013, 12:42
Re: File is not a SQLite 3 Database - by newbie scripter - 21.11.2013, 12:49
Re: File is not a SQLite 3 Database - by Voxel - 21.11.2013, 14:04
Re: File is not a SQLite 3 Database - by Konstantinos - 21.11.2013, 14:09
Re: File is not a SQLite 3 Database - by Voxel - 21.11.2013, 14:22
Re: File is not a SQLite 3 Database - by Konstantinos - 21.11.2013, 14:24
Re: File is not a SQLite 3 Database - by Voxel - 21.11.2013, 14:33
Re: File is not a SQLite 3 Database - by Pottus - 21.11.2013, 15:21
Re: File is not a SQLite 3 Database - by Voxel - 21.11.2013, 15:37

Forum Jump:


Users browsing this thread: 2 Guest(s)