SQLite for loop only showing last DB entry?
#6

Damn, I'm retarded, forgot about %s
pawn Code:
printf("The full string: %s", tmp);
Also: "SELECT * FROM `hats` DESC" is not fully valid sql query. I think you want something like
Code:
SELECT * FROM `hats` ORDER BY id DESC
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)