Re: [sqlite] An "unable to open database file" error that has nothing to do with opening database file

2013-12-17 Thread margave
Well, I gave up on sqlite inside of Cygwin. I found a standalone sqlite3.exe that does not depend upon (or install with) Cygwin. It's from http://www.sqlite.org One executable, no .dlls ... and it just runs, no problems. -- View this message in context: http://sqlite.1065341.n5.nabble.com/An-u

Re: [sqlite] An "unable to open database file" error that has nothing to do with opening database file

2013-12-15 Thread margave
Addendum: I ran "file" on sqlite3.exe ... On computer B (where sqlite3 works): PE32 executable (console) Intel 80386, for MS Windows On computer A (where it does not): PE32+ executable (console) x86-64, for MS Windows -- View this message in context: http://sqlite.1065341.n5.nabble.com/An-un

Re: [sqlite] An "unable to open database file" error that has nothing to do with opening database file

2013-12-15 Thread margave
I have the same problem. I have .sqlite db files, and I wish to read them with sqlite3.exe (under Cygwin x64 on Win 7 x64). I want this to work on both computer A and computer B. (Both have the same Win 7 and Cygwin installed). But it only works on computer B, not on computer A. I have the SAME