DB2 Stored Procedures and Perl

2004-08-20 Thread samarth_kumar
Folks, I have tried to use many different combinations of trying to call a DB2 stored procedure through a cgi script but this is what I see in the error logs, "[Fri Aug 20 10:46:56 2004] mail2_form.pl: DBD::ODBC::st execute failed: [IBM][CLI Driver][DB2] SQL0440N No function by the name "EPOS

Calling DB2 Stored Procedures through DBD::ODBC

2004-08-06 Thread samarth_kumar
Folks, I am not sure if this has been answered before or not but on searching the list archives I haven't been able to get an answer. I am connecting to DB2 using DBD::ODBC and am also able to run select statements. Now I have to run a stored procedure through the connection and was wondering i