I have a database file with a schema and zero rows.  When I try to
import a data file into a table the sqlite prompt returns immediately
and zero rows are actually imported.

I can copy the database file and the file containing rows to another
machine running Fedora 7(SQLite version 3.4.2), run the same set of
commands, sqlite blocks for an appropriate amount of time while the
rows are imported; a select shows new rows added to this db.

sqlite> .show
...this returns exactly the same params on both machines.

I'm having a tough time searching out anything that pertains to what
I'm experiencing.  Anybody have a clue what's going on?


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

Reply via email to