2009/3/19 marcos rebelo :
> Hi all
>
> I'm a Perl programmer (not a complete beginer) using SQLite.
>
> I want to retry to execute every command automatically, until the DB
> is not locked. In C seems that I need to set the busy_handler.
>
> How do I do this with DBD in Perl?
>
> Thanks for any hel
> Hi all
>
> I'm a Perl programmer (not a complete beginer) using SQLite.
>
> I want to retry to execute every command automatically, until the DB
> is not locked. In C seems that I need to set the busy_handler.
>
> How do I do this with DBD in Perl?
>
> Thanks for any help
Hi,
You might want t