Re: [sqlite] Logging of sqlite3 commands

2012-04-26 Thread Champ Lee
Richard,

This is excellent news. Thank you so much for such a wonderful tool and
support.

Best regards,
Champ Lee


On Wed, Apr 25, 2012 at 8:47 PM, Richard Hipp d...@sqlite.org wrote:

 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-04http://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

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Logging of sqlite3 commands

2012-04-25 Thread Champ Lee
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

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