So you must have the PATH set first?, then start the sqlite with a syntax:
$sqlite contacts ( this would make a new database called contacts?

.database
 0      main
 1      temp
 2      contacts ?


Richard


Ulrik Petersen <[EMAIL PROTECTED]> wrote:

R>ichard Nagle wrote:

Sorry, let me get this straight:
WHAT syntax command do I use ?

sqlite> Make new database ?
sqlite>contacts;

The problem there is no Contacts database created ?
I would have to make a database first, before creating tables?
please explain.....


Y>ou don't make the database explicitly. You give the name of the database on the commandline, before you enter the sqlite command shell:

$ pwd
/>projects/test
$> sqlite contacts
S>QLite version 2.8.15
E>nter ".help" for instructions
s>qlite> .database
s>eq  name             file
-



Reply via email to