SQLite Forum

Inserting multiple rows in table
Login
Don't use redirection.

Use the .read command.

That is:

sqlite3 testing.db  
.read biota.sql  

You will like the error messages much better than when you "type in" the contents of the file at the keyboard.