Is it possible to dump an in-memory sqlite database (or table?) to a
file from within Tcl?

I create it like so:

        sqlite3 dbFireData :memory:

and insert a bunch of records, and then commit.

I have tried the following (and variations) -- but no go, kokomo.
($fileOut3 is a handle to a command-line file name.)

        exec sqlite3 dump dbFireData $fileOut3

Something tells me I'm wildly off-base.

Ned

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to