首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

【!求解!】怎么通过批处理文件进行创建sqlite数据表操作

2012-02-03 
【!!!求解!!!】如何通过批处理文件进行创建sqlite数据表操作如何通过批处理文件进行创建sqlite数据表操作,首

【!!!求解!!!】如何通过批处理文件进行创建sqlite数据表操作
如何通过批处理文件进行创建sqlite数据表操作,
首先我已经把sqlite3.exe拷贝至windows目录下

C:\>sqlite3
SQLite version 3.6.20
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>

当我使用批处理命令的时候发现下列语句
Create TABLE admin(username text,age integer);
根本就是无法输入

求解呀!


[解决办法]
R:\TEMP>sqlite3.exe dd.db
SQLite version 3.6.17
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> create table rr(id int);

热点排行