in reply to Re: DBI and sqlite concurrency
in thread DBI and sqlite concurrency

Hi, thanks for this

I'd still be worried that I was pulling the rug out from under a process that was writing to the database if I moved it

I'm not sure if FILE::Copy would respect any sqlite locking

I'm going to add a column and have that called 'transferred' and write 'yes' when done

Thanks for your help though