2012-05-17 2 views
0

내 sqlite 데이터베이스에 저장된 데이터를 변경해야합니다. 사실 난 칼럼 중 하나에서 이미지의 경로를 변경해야합니다.안드로이드에 sqlite 데이터베이스 브라우저에서 열 데이터를 변경하는 방법?

즉 3 열에 src = "/ image/first.png"로 저장된 데이터입니다. 하지만 지금은 src = "/ Seperatefolder/first.png"로 경로를 변경해야합니다. 이 일을 어떻게 도와 주시겠습니까?

감사 할 것입니다 .....

+0

SQLite는 데이터베이스 브라우저를? –

답변

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. 
관련 문제