I found out during the debug that my db is in:
/data/data/package-name/databases/…
how can i access this db from sqlite.exe (or with another tool) to run query / check what’s in my tables to make sure that all fields are correct?
thanks very much! udi
You can use the sqlite3 util from a shell to an emulator.
Instructions here:
http://developer.android.com/guide/developing/tools/sqlite3.html