Confused, I thought that .databases command would list all database, under sqlite? the you can choose which one you wanted to make active.
??? Once I start sqlite correctly, via the ./sqlite command
Now all commands should be active, hence where the database "test.db" I can see it inside the folder, but sqlite can not see it, or is there another step I'm missing.
Thanks- Richard
On Apr 18, 2004, at 10:34 AM, Will Leshner wrote:
On Apr 18, 2004, at 7:32 AM, Richard wrote:
Where is the test.db ? I just made it, how come its not listed under the .databases command.
Because you didn't specify it on the command line when you entered the sqlite command:
> ./sqlite test.db
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

