Re: Locked database SQLite

2006-05-22 Thread SkyBlueshoes
Can anybody help me with this? I tried the solution on the link below, adding in $sth->finish(); and although the error message is surpressed now, the record never gets inserted... Sky Blueshoes SkyBlueshoes wrote: I'm getting an error using SQLite: DBD::SQLite::sth execute failed: database

Locked database SQLite

2006-05-17 Thread SkyBlueshoes
I'm getting an error using SQLite: DBD::SQLite::sth execute failed: database table is locked(1) at dbdimp.c line 398 at C:\skyblue.pl line 1095, line 209. I found this bug on CPAN site, but it says it's resolved. http://rt.cpan.org/Public/Bug/Display.html?id=7293 Am I doing something wrong