Articles for April, 2010
Data “paging” in AIR SQLite
I got an interesting question a few days ago that I thought I’d share:
My application has thousands of records in one particular table that I need to populate the display with. I was wondering if I can implement paging to speed up the retrieval of those records?
In fact he specifically wanted to know if it […]
» Keep reading Data “paging” in AIR SQLite
AIR SQLite library updates
A couple of people have reported a bug in my AIR SQLite utility library. I also recently used it to help build a Robotlegs demo app for the 360|Flex Robotlegs training, and in the process I discovered a missing feature I needed (namely, the ability to get back the SQLResult objects after running a batch […]
» Keep reading AIR SQLite library updates