do { while($d = $sth->fetch) { ... do something with the data } } while($sth->{syb_more_results});
You can also skip over result sets you know are not going to have anything by looking at $sth->{syb_result_type}. It's all in DBD::Sybase. And with all things DBD and Sybase, if mpeppler answers, listen to him first.
-derby
In reply to Re: SQL Stored Procedure return value
by derby
in thread SQL Stored Procedure return value
by gnangia
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |