Friday, May 25, 2012

how can you see table names and table schema in sqlite database from adb shell in android

you can put this command:-

./adb shell - > go to sqlite prompt->

write command

sqlite> .tables (display all tables name in your db)
         > .schema (display schemas of tables)

No comments:

Post a Comment