|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^2: Calling Oracle StoredProc using Win32:ODBCby mje (Deacon) |
| on Jan 14, 2013 at 13:21 UTC ( #1013213=note: print w/ replies, xml ) | Need Help?? |
|
You may already know this and not care but I'd be careful using "call" as it gobbles up NO_DATA_FOUND errors. I've been bitten by this myself in the past and it is documented by Oracle but I cannot remember where now. We switched to use "begin package.proc(?); end;" syntax ages ago which does not suffer the same problem.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||