gpt4 book ai didi

android - 在原始文件夹中打开数据库并对其执行不同的读取操作

转载 作者:行者123 更新时间:2023-11-29 13:57:40 25 4
gpt4 key购买 nike

标题-android-read database in raw folder..

我的原始文件夹包含一个数据库“abc”& abc 数据库包含一个表 say-xyz我想打开“abc”数据库以获取其中的数据..

我想用类似的东西

SQLiteDatabase db=SQLiteDatabase.openDatabase(path, factory, flags);

1) 如何给出访问数据库的路径?

2) 我想打开表并执行操作游标 c=db.query("xyz",null,null,null,null,null);

最佳答案

Raw has no path: It is a resource, so you need to reference is as such using getResources().

You should, at the first run, copy it to the /data/data/YOUR_APP_FOLDER/databases/YOUR_DB.db

Follow this tutorial.

http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/

关于android - 在原始文件夹中打开数据库并对其执行不同的读取操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11153551/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com