SQLite for loop only showing last DB entry?
#8

Quote:
Originally Posted by Misiur
View Post
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
Well, the print shows everything I want it to show, all rows in the database etc. But it still only shows one in the dialog
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)