Quantcast
Channel: Adobe Community : Popular Discussions - Archived Discussions
Viewing all articles
Browse latest Browse all 21156

How to embed SQLite database to Air app?

$
0
0

Now I connect to a database file like this:

 

var dbFile:File = File.applicationStorageDirectory.resolvePath("myDB.db");

conn = new SQLConnection();

conn.openAsync(dbFile);

conn.addEventListener(SQLEvent.OPEN, openSuccess);

conn.addEventListener(SQLErrorEvent.ERROR, openFailure);

 

Tell me please, how do I embed the DB file to the application? I need to have the database inside a swf.


Viewing all articles
Browse latest Browse all 21156

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>