Re: [sqlite] Regarding redirecting SQL results and errors to a single output file.

2016-06-27 Thread Kaja Varunkumar
gt; test44.out > > > -Original Message- > > From: sqlite-users-boun...@mailinglists.sqlite.org [mailto:sqlite-users- > > boun...@mailinglists.sqlite.org] On Behalf Of Kaja Varunkumar > > Sent: Monday, 27 June, 2016 05:28 > > To: sqlite-users@mailinglists.sq

Re: [sqlite] Regarding redirecting SQL results and errors to a single output file.

2016-06-27 Thread Kaja Varunkumar
Hello guys, I am able to redirect errors. Can I get queries, where I failed. Thanks, varun On 27 June 2016 at 15:21, Kaja Varunkumar <varunkaja.1...@gmail.com> wrote: > Thanks alot > > On 27 June 2016 at 15:13, Simon Davies <simon.james.dav...@gmail.com> > wrote: >

Re: [sqlite] Regarding redirecting SQL results and errors to a single output file.

2016-06-27 Thread Kaja Varunkumar
Thanks alot On 27 June 2016 at 15:13, Simon Davies <simon.james.dav...@gmail.com> wrote: > On 27 June 2016 at 10:28, Kaja Varunkumar <varunkaja.1...@gmail.com> > wrote: > > Hello, > > > > sqlite -echo test.sqlite < test44.sql > test44.out. > > Wh

[sqlite] Regarding redirecting SQL results and errors to a single output file.

2016-06-27 Thread Kaja Varunkumar
Hello, sqlite -echo test.sqlite < test44.sql > test44.out. When I am running above command in windows command prompt, succeed query redirected to test44.out and errors are displayed on the command prompt. Here I want all the succeed and failed queries in one file. *EXAMPLE :-*

[sqlite] Regarding arguments for sqlite in windows bash.

2016-06-26 Thread Kaja Varunkumar
hello, I am new to SQLite. I want to redirect the output to concern file. Output is generated by some SQL file, running it on SQLite I want to redirect it to some file including errors. thanks, varun ___ sqlite-users mailing list

[sqlite] Regarding file extension for sqlite command prompt

2016-06-25 Thread Kaja Varunkumar
Hello, I am new to SQLite, I have seen the commands for command prompt of SQLite. I have some query files with format .sql. Whenever I try to open the files using command .open and read the files . I am getting an error of file encrypted and not in the database. My question's, are there any