I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-04-07 01:33:07-07 by nmatchan in response to 7584
Re: InnoDB problem - INSERT works, SELECT gets 0 rows
Clint, Many many thanks. I've change AutoCommit=>0 to AutoCommit=>1 and I now seeing the record data in the InnoDB table. I tried inserting $sth->commit after the $sth->execute but perl can't locate the 'commit' method in the DBI::st package. I think this is just a syntax problem so it should be to diffcult to chase up. Once again, many thanks for your assistance. Regards, Neil M
Direct Responses: Write a response