Re: [sqlite] When I try to .read I get a "can't open" message

2008-03-31 Thread Douglas McCarroll
Thanks all! Yes, dropping the semicolon fixed it... On Mon, Mar 31, 2008 at 6:11 PM, Kees Nuyt <[EMAIL PROTECTED]> wrote: > On Mon, 31 Mar 2008 17:11:35 -0400, you wrote: > > >I'm sure I'm doing something simple and obvious wrong here. I'm a > complete > >sqlite n00b. > > > >Help? > > >

[sqlite] When I try to .read I get a "can't open" message

2008-03-31 Thread Douglas McCarroll
I'm sure I'm doing something simple and obvious wrong here. I'm a complete sqlite n00b. Help? C:\_source>sqlite3 test SQLite version 3.5.7 Enter ".help" for instructions sqlite> .read test.sql; can't open "test.sql;" sqlite> .read C:/_source/test.sql; can't open "C:/_source/test.sql;"