Dealing with Asynchronous Queries in Adobe AIR

August 7th, 2007 . 10 comments

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.

Continue reading article…