Is it possible for Flash, or perhaps Adobe AIR, to have access to the local Access database?
I will have either a Flash EXE or AIR application running on the local PC (WinXP). The PC will also have a local access database. I need a Flash application to retrieve data from this Access database. How can I do it?
I doubt that this can only be done using Flash or AIR (someone proves that I am wrong or right), but is there an option for a middle-level application to access the database and send it to Flash? How it works?
Or could I read the MDB file in Flash and parse it myself? is there a library for this?
source
share