Am I correct in concluding that the best (or only?) way to read the sql table and load the data into a scrollview is by using the cursor object, one row at at time, one column at at time and filling a two dimensional array with the data. Then, after all data has been read, we iterate back through the array to fill the label views in the scrollview, adding rows as necessart until we have loaded all of the data?
Thanks
Bill
Thanks
Bill