I am new bee in ANDROID , so for that I am unable to view, delete, insert data into database(SQLite), from command Prompt. I have installed my ANDROID in \"F:\\PROJECTS\\AND
In the command prompt Go to this path or set as classpath F:\PROJECTS\ANDROID\android-sdk_r10-windows\android-sdk-windows\tools
Then type
adb shell
u will see:
#
Type
# sqlite3 /data/data/com.yourpackage/databases/yourdbname
You will enter your database