Hi Kishore,

Regarding: "  Can you give me the commands to createt 'test.db' database
and to create a sample table in this database? "

Try

Sqlite3  test.db
> CREATE TABLE MyTable (a, b, c);
> .quit

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

Reply via email to