--- Brickl Roland <[EMAIL PROTECTED]> wrote:
> where can i find information about how the config-file should look like and 
> what is possible?

You can put any command seen in ".help" in the sqlite3 shell 
or any SQL command in ~/.sqliterc, such as:

select 'no place like home';
.mode column
.header on

You can specify an alternative config file with -init.
  
  sqlite3 -init /whatever/sqliterc your.db


       
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows. 
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to