SQLite not writing to database?
#1

I'm sure it's probably something right under my nose, but I can't figure out for the life of me.
pawn Код:
format(Query, 256, "INSERT INTO `Users` SET (`Name`, `Password`) VALUES ('%s', '%s')", DB_Escape(GetPlayerNameEx(playerid)), DB_Escape(PlayerInfo[playerid][pKey]));
db_query(Database, Query);
For some reason, the code above me is not writing the data to the database.
Reply


Messages In This Thread
SQLite not writing to database? - by ReneG - 22.05.2012, 04:19
Re: SQLite not writing to database? - by [HiC]TheKiller - 22.05.2012, 04:28
Re: SQLite not writing to database? - by ReneG - 22.05.2012, 04:31

Forum Jump:


Users browsing this thread: 1 Guest(s)