in reply to Object in an object
The problem is that the query objects are not being stored in the hash of the filter object or they are not being retrieved properly
Are you saying that $inth->execute("2","tom"); is failing since $inth doesn't contain the prepared statement? If so, what does $self->{INSERT} contain? Data::Dumper should be useful here.
$intha->execute("1","$self->{INSERT}")
What is that trying to do? Is that your debug code for figuring out what $self->{INSERT} contains? If so, you forgot to tell us.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Object in an object
by Anonymous Monk on Oct 04, 2009 at 17:48 UTC | |
by ikegami (Patriarch) on Oct 04, 2009 at 23:12 UTC | |
by ikegami (Patriarch) on Oct 04, 2009 at 23:09 UTC |