SA-MP Forums Archive
Table doesn't exist 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: Table doesn't exist SQLite (/showthread.php?tid=525594)



Table doesn't exist SQLite - arko123 - 12.07.2014

It's saying my table `accounts` doesn't exist when it infact does

http://i.imgur.com/u1Uf5bo.png
pawn Код:
format(Query, sizeof Query, "INSERT INTO `accounts` (name, password) VALUES('%s', '%s')", EscapeString(PlayerName(playerid)), HashedPassword);
db_free_result(db_query(Database, Query));