Re: [sqlite] sqlite error output

2005-09-08 Thread Jay Sprenkle
On 9/7/05, Alexander van der Merwe <[EMAIL PROTECTED]> wrote: > > 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] sqlite error output

2005-09-07 Thread Alexander van der Merwe
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,