0

我需要更改存储在我的 sqlite 数据库中的数据。实际上我需要更改其中一列中图像的路径。

即在第 3 列中,我存储为 src="/image/first.png" 的数据。但现在我需要将路径更改为 src="/Seperatefolder/first.png"。请帮助我如何做到这一点?

将不胜感激......

4

1 回答 1

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.  
于 2012-05-17T03:40:49.653 回答