I have read http://www.sqlite.org/sqlite.html
I want to get something like this working:
[C:\test.js]
WS=new ActiveXObject('WScript.Shell')
WS.Run('C:\\sqlite.exe "C:\\test.db" .read "C:\\query.txt" .output
"C:\\OUT.txt" ')
[C:\query.txt] contains...
select * from sqlite_master;
What's up
I have read http://www.sqlite.org/sqlite.html
I want this to work:
[C:\test.js]
WS=new ActiveXObject('WScript.Shell')
WS.Run('C:\\sqlite.exe "C:\\test.db" .read "C:\\query.txt" .output
"C:\\OUT.txt" ')
[C:\query.txt] contains...
select * from sqlite_master;
What's up?
I have searched fo
2 matches
Mail list logo