DBD-mysql - Re: InnoDB problem - INSERT works, SELECT gets 0 rows

Posted on Fri Apr 4 10:11:33 2008 by clinton in response to 7583 (See the whole thread of 3)
Re: InnoDB problem - INSERT works, SELECT gets 0 rows
Giving your post a quick skim, I'd say the problem is that you're not committing your changes. You're connecting with
AutoCommit => 0
, but you're never calling
$sth->commit
. Clint
Direct Responses: 7601 | Write a response