SA-MP Forums Archive
SQLITE problem - 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 problem (/showthread.php?tid=563294)



SQLITE problem - Cerealguy - 15.02.2015

pawn Код:
format(query, sizeof(query), "INSERT INTO `GPS` (`LocationX`,`LocationY`,`LocationZ`, `Name`) VALUES('%f','%f','%f','%s')",PPos[0], PPos[1], PPos[2], params);
    db_query(Database, query);
SQLitei Error: (db_query) no such table: GPS :c help


Re: SQLITE problem - ReD_HunTeR - 15.02.2015

Create "GPS" table in database?