Re: Statement Handle still Active

2006-09-23 Thread Tim Bunce
On Fri, Sep 22, 2006 at 01:37:42PM -0700, Philip M. Gollucci wrote: > Hi, > > I've a several 100 thousand line application. I did not introduce this > issue, but I need to fix it. > > prepare_cached(SELECT foo FROM A where X = ?) > statement handle MyDBI::st=HASH(0xd630194) was still active at

mysql_connect_timeout problem when using times less than 1 sec

2006-09-23 Thread Duncan Wren
The DBI module when connecting to a mysql database seams to only support integer values for the mysql_connect_timeout if you use say 0.5 secs as the timeout value it defaults to 3secs. Does anyone know a way round this problem as i need a very short timeout in my application. for example #does n