If you are doing bulk loading from a text file, it is a bit complicated. SQLite 2.x used to have the COPY command - you can see where I used it in
). It disappeared in 3.x but there are a number of ways to accomplish the same thing. See
for instance (search for .import). You will need to do this through the SQLite shell. If memory serves, I once did this using