On 8/13/18, Roger Schlueter <[email protected]> wrote:
> It appears that SQLite does not like directory names with embedded
> blanks.  Is that correct?

Incorrect.

I do not know why your command is not working.  Perhaps your
command-line process is expecting the entire filename to be quoted,
rather than just the one directory that has a space in its name:

    sqlite3 "e:\VB Resources\SQLite\chinook.db"

But your original command worked fine for me on Win10.  So I don't
know what the problem is.

-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to