Using SQLite Databases with AIR - Part 7 - Looping over Query results (also with jQuery)
I think that I have neglected to cover one of the most important parts of working with SQLite databases in Adobe AIR, and that is how to get the results out of the query. We talked about making queries, parameterizing queries, using transactions with queries. But I don't think we have covered getting the data out of the queries.
So let's do that.





