上传者: cocolong2002
|
上传时间: 2022-08-15 09:15:17
|
文件大小: 16KB
|
文件类型: VBS
下载本资源后,在命令提示符下用 cscript.exe MDBtoSQLite.vbs 可以将ACCESS数据库转成SQL语句.
' Usage: '
' cscript.exe MDBtoSQLite.vbs [second mdb file] [...] '
' Example: cscript MDBtoSQLite.vbs table.mdb '
' Adding more arguments will process each given file '
' '
' Description: '
' Takes in an MDB and produces a text file that can be piped into the sqlite '
' command line tool to create a database.