How to view the sqlite tables and its columns?
We are working on android project and it is storing the data in sqlite database. We have downloaded that android application and executed successfully. But now the problem is wh开发者_StackOverflowen we had gone through the database files we were unable to find the table names in it. Can you please tell us how to know what are the tables existing and their column names in sqlite database? After knowing them we need to connect our sqlite database to remote database.
Please help us with this problem.
Thanks,
your question is just like view table and its content. so i prefer to you that use sqlite manager.
for sqlitemanager you need to firefox.
- download firefox and open https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/
- then go to db file where it located in data/data/com.project/a.db
- click it and push it out & save it.
- go to tool menu in firefox
- click on sqlite manager
- it diplay one IDE
- open those db file and view.
精彩评论