Why does SQLite say it can't read SQL from a file?
Posted
by Gavin
on Stack Overflow
See other posts from Stack Overflow
or by Gavin
Published on 2010-05-07T23:28:04Z
Indexed on
2010/05/07
23:38 UTC
Read the original article
Hit count: 165
sqlite
Hi all. I have a bunch of SQL in a file, which creates the tables and so forth. The problem is that the .read command simply returns "can't open xxx" when I try to execute it. I've set the permissions to everybody read/write, but that didn't help. I can cat the file from the command line and see it fine.
This is under Mac OS 10.6.3.
Anybody have any idea here? Thanks!
© Stack Overflow or respective owner