Hi all,
I've been going through the tutorial on databases and have managed to successfully connect up to my app a database and read data out (as well as post, that is working fine no issues)
The issue i have is i am finding it difficult to bring the data through in a nice way. I have a database which in each entry holds about five fields.
If i use the mapping tool on the list object it only brings through the last item i map if i map all the fields
How can i loop through the database and display all the entries with all the fields in a nice format? One way i've tried is just to have a whole bunch of labels but that only shows the most recent entry (as i can't loop the array through the label like you can a list).
Thanks in advance