下载本资源后,在命令提示符下用 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.
1