Hi, I have a huge (> 40 000 lines) insert-script I want to run.
Some of the lines may have something wrong with them, and I want to check if there are are any errors on importing the data.
Is there a way to tell SQLite only to output the errors, instead of the 'successful' inserts?
Thanx,

