Jon, you're awesome. Thank you!

Wade, although your question isn't phrased like this, it seems to be "Where
can I find good documentation on using SQL?" Whether you use the
command-line, or are connecting to SQLite through PHP is irrelevant. The
syntax for adding, deleting, modifying and viewing data is identical--you
have to use basic SQL commands. The command-line utility simply lets you
type your SQL statements directly.

Ah! Okay... that makes sense now. I never imagined that the command-line utility used the same commands. One more question if I may:


What does the...

"(one varchar(10), two smallint)"


...in the following example...


"sqlite> create table tbl1(one varchar(10), two smallint);"


...mean/do?


wade


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to