On 23 Aug 2014, at 5:28pm, Giuseppe Costanzi <giuseppecosta...@gmail.com> wrote:

> my file, setconsole
> 
> headers = ON
> mode    = COLUMN
> timer   = ON

Those commands are dot commands, not proper SQLite commands.  They need to have 
dots in front of them.  Also, having an equals sign there is incorrect.  Those 
lines should look more like

.headers ON
.mode COLUMN
.timer ON

If you are in doubt about a command try typing it into the SQLite shell tool 
and see if it does what you want or gives you an error message.

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

Reply via email to