nvi-yMULe1UMIukeIZ0/[EMAIL PROTECTED] wrote:
I wasn't specific enough, here's what's happening in my DOS window...

SQLite version 3.3.17
Enter ".help" for instructions
sqlite> sqlite3 testdatabase //hard return

That's not how it works. "sqlite3 testdatabase" is supposed to be run from DOS command line, not from SQLite command line. This way you start SQLite shell and tell it which DB file to open. Once the shell is running, there's no way to open a different database as MAIN (but you can attach one).

If you run sqlite3 with no command line, it will open :memory: database (a database not backed by any disk file).

Igor Tandetnik

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

Reply via email to