On Mon, Apr 08, 2002 at 03:39:34PM +0200, Rune Hegrenes wrote:
> I'm trying to execute a stored procedure in my database from Perl.
>
> I seen get only the first resultset from the procedure, not the
> rest (the procedure returns 4 resultsets).
>
> How do I do this?
> 
> I'm using the DBI::Sybase package. Is there any documentation on
> this package?

You may need to use Sybase::DBlib or Sybase::CTlib instead of DBI and
DBD::Sybase.  DBD::Sybase does not handle multiple result sets.

See http://www.mbay.net/~mpeppler/ for details.

Z.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to