Fwd: Receiving Output parameters of a sybase stored procedure

2013-01-16 Thread kavita kulkarni
tatus = 0) --- 0 (1 row affected) --- --- 0 0 (1 row affected) Regards, Kavita :-) -- Forwarded message -- From: kavita kulkarni Date: Wed, Jan 16, 2013 at 7:18 PM Subject: Receiving Output parameters of a sybase stored procedure To: beginners

Receiving Output parameters of a sybase stored procedure

2013-01-16 Thread kavita kulkarni
Hello All, I want to call a sybase stored procedure from my perl script & store the output parameter of script in a variable. Script takes 5 input parameters & has one int type output prameter. Below is part of my script. Everytime I run this, I only get output as retVal = 0 (which i

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.

Sybase stored procedure

2002-04-08 Thread Rune Hegrenes
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