Re: Sybase stored procedure

2002-04-08 Thread Adam Turoff
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

Re: Sybase stored procedure

2002-04-08 Thread Chas Owens
On Mon, 2002-04-08 at 09:39, Rune Hegrenes wrote: > Hi > > 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.