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. Is there any documentation on this package? Rune