|
||||
sybperl-l ArchiveUp Prev Next
From: "Wang, Jian (RSCH)" <JiWang20 at exchange dot ml dot com> Hi: How do I get a returned value from a stored proc in Perl, Not the returned code of dbproc->dbsqlexec() as it looks like always return 1 unless the function itself has an error? e.g. create proc abc as ... ... if ( ........ ) return 456 else return 123 How do I get 123/456? Thanks. Jian |