...
This is what I was trying to do :

I double clicked on sqlite3.exe
Then it opens a sqlite prompt 

Now I need to a do a data dump of a file which resides in
c:\spool\jsm.db where jsm.db is the sqlite database.

How can this be done?
================================
Ah, I see.

Sqlite3.exe is really intended as a command-line interface -- and one
normally invokes it from a windows command line prompt (or batch file),
not by clicking from within a graphic interface.

If you START, RUN, CMD, then you'll be at a windows command line. 

However, even if you invoke it by double-clicking, you can still use the
ATTACH command. You'll want to read up on that, I suspect.

You may also want to try one of the many GUI wrappers for sqlite, e.g.
sqlite3explorer.

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

Reply via email to