Quote:
Originally Posted by Gunderak
I have read some things and understand how to use SQLite, it's rather easy.
W3 schools had a good example which I learnt most of it from.
But I was just unsure on how to get all the rows.
And I take it with you're example you'd send it to the client then do a for loop and then just get like temp.rows.size and add rows into a text list?
Thanks!
|
It's just an array of rows, you would probably want to display each row with GuiTextListCtrl.addRow by looping through them.
Quote:
|
And the only really thing I think I'm doing wrong is where it has like var char null by default and crap like that.
|
SQLite doesn't use VARCHAR, you should just use TEXT.