Alan Chandler <a...@chandlerfamily.org.uk> wrote:
> Further to my other post related to attaching to databases with PHP PDO,
>  I have now managed to ATTACH OK
> 
> However, when I come to DETACH, I am getting a Database is locked error
> when I try and execute it.
> 
> The only thing happening to that database in between ATTACH and DETACH
> is a single row SELECT

Make sure you reset or finalize the statement (not sure how it's done in PHP).
-- 
Igor Tandetnik


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to