SQLite last_insert_rowid() tag mismatch
#1

Hello I am currectly having an issue with this code:
pawn Код:
new DBResult: Result;

Result = db_query(Database, "SELECT last_insert_rowid()");
                       
LoadVehicle(Result);
                       
db_free_result(Result);
The issue I am having is that it is giving me a tag mismatch on this line:

pawn Код:
Result = db_query(Database, "SELECT last_insert_rowid()");
Can someone please explain what I am doing wrong here please.
Reply


Messages In This Thread
SQLite last_insert_rowid() tag mismatch - by arko123 - 29.07.2014, 15:00
Re: SQLite last_insert_rowid() tag mismatch - by arko123 - 29.07.2014, 15:33
Re: SQLite last_insert_rowid() tag mismatch - by arko123 - 29.07.2014, 18:14
Re: SQLite last_insert_rowid() tag mismatch - by arko123 - 30.07.2014, 00:08
Re: SQLite last_insert_rowid() tag mismatch - by Ihateyou - 30.07.2014, 00:29
Re: SQLite last_insert_rowid() tag mismatch - by arko123 - 30.07.2014, 00:34
Re: SQLite last_insert_rowid() tag mismatch - by Ihateyou - 30.07.2014, 00:45
Re: SQLite last_insert_rowid() tag mismatch - by arko123 - 30.07.2014, 00:46
Re: SQLite last_insert_rowid() tag mismatch - by Ihateyou - 30.07.2014, 00:48
Re: SQLite last_insert_rowid() tag mismatch - by arko123 - 30.07.2014, 00:54

Forum Jump:


Users browsing this thread: 1 Guest(s)