存储和检索sqlite文件(android编程)
我使用 ganymade eclipse 3.4 IDE 和 android sdk 进行开发。我正在尝试以 sqlite 格式存储包含一些值的静态数据库文件。如何将此文件添加到 IDE 中并从该文件中获取数据并存储它?指导我做开发。
提前致谢。
Sivaramakrishnan([电子邮件受保护])
I am using ganymade eclipse 3.4 IDE and android sdk for development . I am trying to store static database file with some values on it in sqlite format . How can I add this file into the IDE and fetch the data from that file and store it? Give me the guidance to do the development .
Thanks in advance.
Sivaramakrishnan ([email protected])
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 SQLite 数据库放入 eclipse 中的 asset 目录中。第一次使用复制将其移动到“
/data/data/YOUR_PACKAGE/databases/
”目录中。Put your SQLite database into your assets directory in eclipse. On first use copy to move it into the "
/data/data/YOUR_PACKAGE/databases/
" directory.