Nearly all the methods of Adobe’s SQLConnection class are asynchronous. While this is nice when your running expensive operations (your interface won’t hang up), it can be quiet tough to deal with considering we come from a land where database operations have always been synchronous. Before we begin, you might want to download this SQLite database . A short example If you’ve been using ActiveReco