码迷,mamicode.com
首页 > 移动开发 > 详细

【安卓9】在windows运行命令中操纵数据库

时间:2017-06-18 20:52:21      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:rom   state   保留   clip   too   with   ros   str   min   

在windows运行命令中操纵数据库

Microsoft Windows [版本 10.0.10586]

(c) 2015 Microsoft Corporation。保留所有权利。

 

C:\Users\dell>cd D:\workspace\android\sdk\tools【eclipse中关联的sdk文件中的tools文件所在位置】

C:\Users\dell>D:

D:\workspace\android\sdk\tools>adb shell

# cd data/data/com.xml/ databases

cd data/com.xml/ databases

# ls

ls

person.db

# sqlite3 person.db

sqlite3 person.db

SQLite version 3.6.22

Enter ".help" for instructions

Enter SQL statements terminated with a ";"

sqlite> select *from person;

select *from person;

1|alice

sqlite>

【安卓9】在windows运行命令中操纵数据库

标签:rom   state   保留   clip   too   with   ros   str   min   

原文地址:http://www.cnblogs.com/leelee/p/7045172.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!