On 31 Dec 2009, at 2:13am, Wensui Liu wrote:

> i am trying to change the output by 'sqlite3 mydb ".mode csv"'.
> however, when i type 'sqlite3 mydb .show', I couldn't see the change
> of mode at all.

Each new 'sqlite3' command starts a new instance of the application, and the 
new instance starts with all settings set to the defaults.

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

Reply via email to