I have 2 processes running one is updating portions of a table and>>one is inserting. > > >Are you using threads? There are some issues using the same database handle >with multiple threads.Each process is single threaded.
Your error messages don't look familiar. What language are you programming in, and do you use a wrapper or call sqlite directly? Some details/code might help debug it.