|
|||||||||
|
Submit Links |
Latest Links
| Login
(want to submit links for DLinks? send a mail to krishnas@javabeat.net)
SQLQueue: Chaining Asynchronous SQL statements using the AIR database access APIsubmited by krishnas on Mon Oct 22nd, 2007 The AIR database access API is asynchronous. This works well for executing expensive queries without blocking the user interface. However, sometimes you may need to run a series of short and interdependent statements, and in that case, executing each statement asynchronously and independently can make your code difficult to manage.Topic: java |
|||||||||
|
|||||||||