Hello Dennis,

Thursday, August 23, 2007, 6:05:09 PM, you wrote:

DA> I cannot open a new SQLite3 database file through the command prompt.  In
DA> the
DA> windows "run" window, I type "SQLite3 mydatabase.db3" and I get the 
DA> following error
DA> message:
DA> **********************************************************
DA> "Cannot find the file 'SQLite3' (or one of its components). Make
DA> sure the path and filename are correct and that all required libraries are
DA> available."
DA> ***********************************************************
DA> The only thing I can do is open the SQLite3.exe file and work directly off
DA> of it, but I
DA> cannot save anything.

DA> I have the following files in a folder located on the C drive:

DA> 1. sqlite3.exe    application
DA> 2. sqlite3_analyzer   application
DA> 3. sqlite3.dll
DA> 4. tclsqlite3.dll
DA> 5. sqlite3.def
DA> 6. fts2.def
DA> 7. fts2.dll

DA> This happens on my two (Win XP, Win 98SE) home computers and my work 
DA> computer (Win 2000).  Can anybody help me figure this out so I can start
DA> creating my database?  I'd
DA> greatly appreciate it.  Thanks



DA> Dennis Achá

DA> _________________________________________________________________
DA> A new home for Mom, no cleanup required. All starts here. 
DA> http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us


DA> 
-----------------------------------------------------------------------------
DA> To unsubscribe, send email to [EMAIL PROTECTED]
DA> 
-----------------------------------------------------------------------------


First thing I'd do is open a real command prompt window. CD to the
folder that contains the EXE's and try it from the command prompt.

That error suggests Windows doesn't know where SQLite3.exe is so, you
may want to try

C:\Sqlite3.exe <bla bla>

or wherever the path is.

Personally, I think you need to open a command prompt and work from
there and not try doing the "Run" thing till you get the command
prompt version working.

-- 
Best regards,
 Teg                            mailto:[EMAIL PROTECTED]


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to