How to approach local database management via Flex/Air App

Posted by Damon on Stack Overflow See other posts from Stack Overflow or by Damon
Published on 2011-01-17T05:09:04Z Indexed on 2011/01/17 6:53 UTC
Read the original article Hit count: 219

I am planning on using Flash Builder 4/Flex to write an AIR application which is primarily based around recording, storing and analyzing data. I'll be creating charts etc that need to update in almost real time.

It's essential to me that the application be able to function without an internet connection so I need a local database of some variety, but I would also eventually like to build in online synchronization of the data where either database can be update each other based on newer information. Moreover, some type of encryption would definitely be welcome, and speed is a large concern

With all that in mind, what is my best approach to try and avoid headaches down the road?

© Stack Overflow or respective owner

Related posts about database

Related posts about flex