Re: busy_handler in sqlite

2009-03-19 Thread Dermot
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

Re: busy_handler in sqlite

2009-03-19 Thread Owen
> 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