in reply to Capturing a value returned from a stored procedure
If there are intermediate select statements with no INTO clause, then read the DBD::ODBC docs to see how to get multiple result sets. If you can not rewrite your stored procedure, I believe you could execute something like "SELECT sp_myproc(...)" and then fetch from that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Capturing a value returned from a stored procedure
by punkish (Priest) on Dec 21, 2004 at 00:11 UTC |