Possible Duplicate:
How to view SQL database in Eclipse Debug mode for android
I am developing an android application which involves data base,,,Fetching data from database
Can anyone tell the link of sqlite manager plugin download in android
Thanks in advance
Tushar
I would just use an outside program to see the database. Once the database is created navigate to your app’s data folder (/data/data/your.package/) and pull the database onto your machine. Then use this program to look at the data and run queries.