Can Adobe AIR applications communicate directly with databases?
Adobe AIR provides a built in database store based on SQLite. Adobe AIR does not provide APIs to connect directly to other databases, although it is possible to handle those connections using the ActionScript Socket API. In general though, it is recommend that your AIR application connect to a database in the same way that web applications do by connecting through a middleware tier.