SQLite help
#9

Example of mine
pawn Код:
new DB:USERDB,DBResult:Result;

USERDB = db_open("123.db");
db_free_result(db_query(USERDB,"CREATE TABLE IF NOT EXISTS `A` (`q`,`w`,`e`)"));
db_free_result(Result);
Reply


Messages In This Thread
SQLite help - by PCheriyan007 - 23.06.2011, 23:43
Re: SQLite help - by =WoR=Varth - 24.06.2011, 00:24
Re: SQLite help - by PCheriyan007 - 24.06.2011, 00:47
Re: SQLite help - by =WoR=Varth - 24.06.2011, 00:50
Re: SQLite help - by Laronic - 24.06.2011, 00:54
Re: SQLite help - by PCheriyan007 - 24.06.2011, 00:55
Re: SQLite help - by Laronic - 24.06.2011, 00:59
Re: SQLite help - by PCheriyan007 - 24.06.2011, 01:00
Re: SQLite help - by =WoR=Varth - 24.06.2011, 01:03
Re: SQLite help - by PCheriyan007 - 24.06.2011, 01:16

Forum Jump:


Users browsing this thread: 2 Guest(s)