Access database in project structure
hi,
i'm working on application used lcds, synchronization & offline storage.
for demo purpose, want copy our database file our project structure (com.demo.assets.demo.db).
when start our application, instead of logging in (when giving demo, we're not connected company network), want read our data demo database.
is possble?
normal, if connect our local storage database, way:
var db:file = file.applicationstoragedirectory.resolvepath(appconstants.db_name_local)
but now, should read database file, our own project structure.
thx!
to make question simple:
can add demo.db file ipa / apk file example read demo data out of database?
and how can access database in our application?
- application package
- src
- (default package)
- application.mxml
- demo.db
- application-app.xml
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment