Re: DBD::mysql::st execute failed: Got error -1 from table handler

2003-07-14 Thread Puth Chan Choth
_days(NOW()) -1) group by service,d "; $sth = $dbh->prepare($query); $sth->execute() or die "$dbh->errstr \n"; Thanks, Chan Choth Rob Dixon wrote: > Puth Chan Choth wrote: > > Hello all, > > > > Why do I get DBD::mysql::st execute failed: Got erro

Re: DBD::mysql::st execute failed: Got error -1 from table handler

2003-07-12 Thread Rob Dixon
Puth Chan Choth wrote: > Hello all, > > Why do I get DBD::mysql::st execute failed: Got error -1 from table > handler at sys.pl line 40? My line 40 is: > $sth->execute() or die "$dbh->errstr \n"; > > Thank you so much for your assistance. It's my guess

DBD::mysql::st execute failed: Got error -1 from table handler

2003-07-12 Thread Puth Chan Choth
Hello all, Why do I get DBD::mysql::st execute failed: Got error -1 from table handler at sys.pl line 40? My line 40 is: $sth->execute() or die "$dbh->errstr \n"; Thank you so much for your assistance. Best regards, Chan Choth -- To unsubscribe, e-mail: [EMAIL PROTECTED