Re: [sqlite] sqlite-users Digest, Vol 66, Issue 3

2013-06-03 Thread Kevin Benson
On Mon, Jun 3, 2013 at 9:39 PM, YAN HONG YE wrote: > if i use : > sqlite3 D:\yeyh\sqlite\mmaa.db " select > datetime(CURRENT_TIMESTAMP,'localtime');" >mdate.html > in dos command, it could be get the result file: mdate.html > > but when I use c++ to run the createprocess function, It could not cr

Re: [sqlite] sqlite-users Digest, Vol 66, Issue 3

2013-06-03 Thread YAN HONG YE
if i use : sqlite3 D:\yeyh\sqlite\mmaa.db " select datetime(CURRENT_TIMESTAMP,'localtime');" >mdate.html in dos command, it could be get the result file: mdate.html but when I use c++ to run the createprocess function, It could not create the mdate.html file, I don't know why? STARTUPINFO si;