TheYoungMonk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks!
I have a handle named $sth thru which i am preparing, binding parameters and calling a Stored procedure. What gets returned from '$sth->Execute' statement, irrespective of what the Stored procedure code actually returns!!
To make things more clear, take this scenario...if a database error occured or if the procedure itself is missing during the execution of the statement, what does Oracle send back to the perl program ?
Putting the question in C-language style, what is the return-type of the $sth->execute() function in perl ??
Some help please...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: what does sth->execute return ?
by Emanuel (Pilgrim) on Apr 07, 2003 at 12:17 UTC | |
|
Re: what does sth->execute return ?
by davorg (Chancellor) on Apr 07, 2003 at 12:57 UTC | |
|
(jeffa) Re: what does sth->execute return ?
by jeffa (Bishop) on Apr 07, 2003 at 14:31 UTC |