Josh Don said:
> 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 * fr
hello :)
how can i store an image as a blob in sqlite about the java wrapper
classes?
thX
yesso
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
4 matches
Mail list logo