On 6/9/2013 07:42, Philip Goetz wrote:

/path/to/sqlite3.exe db.sqlite

on the command line just hangs.

It sounds like you're trying to do that from Cygwin's mintty shell. The Windows Console infrastructure isn't particularly robust, so when a third-party program like mintty tries to run a native Win32 console app, it sometimes does things like what you're seeing.

Run the native Win32 sqlite3.exe from cmd.exe instead.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to