MS-DOS or DOS box is a misnomer.  It is usually referred to as a "DOS Prompt" 
by those who think in clickety-pokery mode only.  As far as I know, there is no 
"DOS" version of sqlite3.

The Windows command line is a native Win32 Console Mode executable.  It will 
run in any environment that supports the execution of Win32 Console Mode 
applications.  

>From your description it sounds like the environment you are using cannot 
>execute Win32 Console Mode applications.  This is probably a restriction of 
>the shell you are using.

---
()  ascii ribbon campaign against html e-mail
/\  www.asciiribbon.org


> -----Original Message-----
> From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-
> boun...@sqlite.org] On Behalf Of Philip Goetz
> Sent: Sunday, 09 June, 2013 14:21
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] An "unable to open database file" error that has
> nothing to do with opening database file
> 
> My sqlite db seems to work when I access it from perl or java. It's
> only when I use the cygwin executable on the command line that it
> doesn't work.  So all I really need to know is, How can I use the
> available Windows sqlite binary from
> http://www.sqlite.org/download.html on the cygwin command line?
> 
> The documentation says,
> 
> At a shell or DOS prompt, enter: "sqlite3 test.db". This will create a
> new database named "test.db".
> 
> And this indeed works, from the DOS prompt. But from the cygwin
> command line, it just hangs.
> 
> MS-DOS is not a usable work environment.  How can I download or build
> an executable that will work from the cygwin command line?
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to