【发布时间】:2013-03-25 08:51:47
【问题描述】:
我正在使用 HTML5 和 Javascript 开发 windows8 应用程序。我正在使用由 GIT HUB https://github.com/doo/SQLite3-WinRT 提供的 SQLite3-WinRT 数据库插件。
我已经成功地将插件集成到我的应用程序中,并且它的工作方式很迷人,现在的问题是我想更改数据库路径
var dbPath = Windows.Storage.ApplicationData.current.localFolder.path + '\\database.sqlite';
到
var dbPath = \pages\js\ + '\\database.sqlite';
【问题讨论】:
标签: visual-studio-2012 sqlite microsoft-metro windows-runtime winjs