开发者

how can i access adobe AIR’s embedded SQLite database? I need to backup/export snippely (an air application)

I have a air application calle开发者_开发百科d snippley

All i want is to get to the data (my snippets) and export them.


The files will be stored in a directory called Local Store. Look for a ".db" file (or ".rdb"). You can either back up this file or zip up the contents of the entire directory. Best to keep your backups outside of Local Store

On Windows: c:/user name/Application Data/applicationID.publisherID/Local Store/

On Mac: /Users/user name/Library/Preferences/applicationID.publisherID/Local Store/

On Linux: /home/user name/.appdata/applicationID.publisherID/Local Store/

There are a number of applications that allow you to look inside the SQLite database. I am presently using MesaSQLite.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜