17.02.2012, 19:24
Let's say you have a few columns in a specific table, such as HOUSES. You have HouseID, Owner, Locked, in that specific table.
I was wrong, I think... this retrieves rows.
EDIT: This will only confuse you, I suggest you try learning a few MySQL tutorials, instead of asking how to convert, this will make it easier for you, since I'm not an expert of SQL Lite.
pawn Код:
mysql_get_field("Locked", str);
pawn Код:
while(mysql_retrieve_row())