[Ajuda] Ajudinha SQLite!!!
#3

Quote:
Originally Posted by zPain
Посмотреть сообщение
A query estб correta, mas vocк apenas a formatou. Falta executб-la (db_query se nгo me engano).
Quote:

new
DBResult:Result,
Query
;

format(Query, 129, "DELETE FROM `online` WHERE `username` = '%s'", AccountName);
Result = db_query(Database, Query);

Talvez
Quote:

format(Query, 129, "DELETE FROM `online` WHERE `username` = '%s'", AccountName);
Result = db_query(Database, Query);

format(Query, 129, "DELETE FROM `online` WHERE `username` = '%s'", AccountName);
Result = db_query(Database, Query);
db_free_result(Result);

Sei lб cara... FAIL
Reply


Messages In This Thread
Ajudinha SQLite!!! - by F1N4L - 17.11.2015, 01:29
Re: Ajudinha SQLite!!! - by zPain - 17.11.2015, 01:41
Re: Ajudinha SQLite!!! - by F1N4L - 17.11.2015, 01:49

Forum Jump:


Users browsing this thread: 2 Guest(s)