iOS AS3 AIR local storage
Posted
by
Kere Puki
on Stack Overflow
See other posts from Stack Overflow
or by Kere Puki
Published on 2012-12-10T00:14:21Z
Indexed on
2012/12/10
5:04 UTC
Read the original article
Hit count: 132
I am developing an app which requires a SQL DB on the device. I am using the File.applicationStorageDirectory and folder.resolvePath to add a new DB. When debugging the app it all looks like it executes correctly and I am able to successfully create a new table.
I haven't gone too far with inserting and reading records however I just wanted to ask, when I re-run the app does the existing DB file get replaced with a new empty one? If so do I need to check if the file exists etc.
How can I look at the DB on the device (iOS at this stage)?
Thanks
© Stack Overflow or respective owner