in reply to DBI problem on AIX/Oracle 10g
Hi,
As I don't see the remaining of the code, so I can only guess, but I would try to first check the arguments to the function, and I also would try to prepare the statement after calling $dbh =. BTW you can also say $sth->execute($a, $b, $c).
Once I used JDBC which uses Inline::Java and it worked fine, but this was because I hadn't the libraries for an old Oracle running on a HP-UX.
Regards,
|
|---|