本文介绍了如何通过sqlite.exe访问我的SQLite databsae?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我说我的数据库是在调试过程中发现:
/数据/数据/软件包名/数据库/ ...
我怎样才能访问该数据库从sqlite.exe(或其他工具)来运行查询/检查什么在我的表,以确保所有的领域是正确的?
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?
非常感谢! UDI
推荐答案
您可以使用sqlite3的UTIL从外壳的仿真器。
You can use the sqlite3 util from a shell to an emulator.
在这里说明:
这篇关于如何通过sqlite.exe访问我的SQLite databsae?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!