Mind the Flex

Returning Data from SQLite by Using the Responder Object

December 7th, 2008 | Posted by Martin
Filed under Adobe Air, Flex, SQLite | 2 Comments »

Adobe Air offers two ways to return data from local SQLite database: by SQLEvent and by Responder object. As the SQLEvent method is more popular since it follows the general logic of events, this article sheds light on the the use of Responder object that is quite useful in certain cases. In the end of this short article we will have an Air application that allows to enter users from an application form and displays them by using a Responder object. Read more »