On Wed, Apr 25, 2012 at 4:59 PM, Champ Lee <champ...@gmail.com> wrote:

> Hello List,
>
> I am using the sqlite3 client on MS windows from a command prompt. I
> frequently issue a number of select commands while exploring data, and
> before I know it, have entered several dozen, fairly complex select
> commands. I would like to capture all of those commands into a file.  Is
> there a way that I can turn on some kind of command logging, where
> everything I typed in could be echoed to a file? From a standard DOS
> command line I might do something like:
> doskey /h >>c:\logfile.txt
>

The ".trace" command was added to the command-line shell on
2012-04-04<http://www.sqlite.org/src/info/b9ac3d7e34>.
It will be in the next release.  Or you can grab the latest source from the
VCS <http://www.sqlite.org/src/timeline> and compile them yourself if you
are in a hurry.


>
> Thanks in advance for any pointers,
> champl
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to