I have an activity which inserts data into the db. What I am looking for is to get the data from the database. It is a SQLite database. I need the data in the form of a multidimensional array using Javascript in order to plot a graph using the retrieved values in jqPlot.
Please, I have searched a long time with no result.
Please help, I know to plot using hard coded values but not with the values coming from database.
Please help.
done at last 🙂 , works !!!
line1[i] = [row.date, row.Weight];
} //for loop close