我需要更改存储在sqlite数据库中的数据。实际上我需要在其中一列中更改图像的路径。
,即在第3列中我存储的数据为src =“/ image / first.png”。但现在我需要将路径更改为src =“/ Seperatefolder / first.png”。请帮我怎么做?
会感恩的.....
答案 0 :(得分:0)
请按以下步骤操作: -
1) In Eclipse change view to DDMS and click file explorer.
2) your database file is located at data->data->package name.
3) push the .db file to desktop.
4) open firefox browser.
5) open tools and click sqlite manager.
6) if you dont have sqlite manager. go to addons and type sqlite.
7) install it.
8) open the database in sqlite browser and change data in it.