On 7 Dec 2009, at 7:05am, dave lilley wrote:

> sqlite3 <path to the DB> dbfile
> I get put to the command line.

How many bytes long is this file 'dbfile' ?

> typed in the following and below is the results.
> 
> sqlite> .show
>     echo: off
>  explain: on
>  headers: on
>     mode: explain
> nullvalue: ""
>   output: stdout
> separator: "|"
>    width: 4 13 4 4 4 13 2 13
> sqlite> .schema ?table? accounts;
> sqlite> .schema ?accounts?;
> sqlite>
> 
> So I don't know if it's me not understanding the syntax or not.
> 
> I have 5 tables one of them *is* accounts.

Type '.schema' without any quotes or question-marks.  Do you get any response 
to that ?

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

Reply via email to