存储和检索sqlite文件(android编程)

发布于 2024-08-20 01:39:59 字数 347 浏览 4 评论 0原文

我使用 ganymade eclipse 3.4 IDEandroid 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鸵鸟症 2024-08-27 01:39:59

将 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文