when develope db program software in android. we need to check the db if it's ok or not.
commands:
>adb shell
#ls /data/data
#sqlite3 /data/data/com.android.sqlite/databases/dbForTest.db
sqlite>.help
sqlite>.dump dbForTest.db
when develope db program software in android. we need to check the db if it's ok or not.
commands:
>adb shell
#ls /data/data
#sqlite3 /data/data/com.android.sqlite/databases/dbForTest.db
sqlite>.help
sqlite>.dump dbForTest.db