在Windows平臺上,我有以下自動化SQLite數據庫的創建:
schema.sql文件(包含SQL腳本)
sqlite3.exe(SQLite的命令shell - >從源碼下載。 ORG)
的build.bat:與行的批處理文件:sqlite3.exe -init schema.sql文件default.db3從一個批處理文件
當我運行的build.bat,創建數據庫如預期,但是,SQLite的外殼沒有按不會自動終止。那麼如何讓批處理文件運行並自動終止sqlite命令行?
E.g.輸出
C:\工作\ X \數據庫> sqlite3.exe -init schema.sql文件default.db3
- 從schema.sql文件加載資源
SQLite的版本3.7.4
輸入 「幫助」 爲指令
輸入以「;」結尾的SQL語句
sqlite的>
你可以發佈build.bat文件嗎? – 2011-04-22 15:23:47
該批處理文件包含以下唯一條目:sqlite3.exe -init schema.sql default.db3 – Eminem 2011-04-22 15:26:26