DBD::mysql error

2011-05-15 Thread gvim
MySQL 5.5.11 Perl 5.14.0 DBI 1.616 DBD::mysql 4.018 Installing the DBD::mysql on OS X Snow Leopard 10.6.6, I ran `perl Makefile.PL` fine but `make test` produced: # make test cp lib/DBD/mysql.pm blib/lib/DBD/mysql.pm cp lib/DBD/mysql/GetInfo.pm blib/lib/DBD/mysql/GetInfo.pm cp lib/DBD/mysql/INS

RE: Annoying DBD-mySQL error wont go away

2001-11-26 Thread Hill, David K
PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Annoying DBD-mySQL error wont go away Hi, I have been pulling my hair due to this annoying error. x( DBI::db=HASH(0x1d2998c)->disconnect invalidates 1 active statemen

Re: Annoying DBD-mySQL error wont go away

2001-11-26 Thread sherzodR
To be more specific, everytime you use $dbh->prepare(...), after you're done with'em, do $sth->finish(); That should solve the problem. Good luck -- sherzodR On Mon, 26 Nov 2001, Colin Faber wrote: >You've failed to close your prepare() statements with finish() > >See the perldoc on DBI agai

Re: Annoying DBD-mySQL error wont go away

2001-11-26 Thread Colin Faber
You've failed to close your prepare() statements with finish() See the perldoc on DBI again. Jaime Teng wrote: > > Hi, > > I have been pulling my hair due to this annoying error. x( > > > DBI::db=HASH(0x1d2998c)->di

Annoying DBD-mySQL error wont go away

2001-11-26 Thread Jaime Teng
Hi, I have been pulling my hair due to this annoying error. x( DBI::db=HASH(0x1d2998c)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) a