in reply to Re: Capturing a value returned from a stored procedure
in thread Capturing a value returned from a stored procedure
Yes. in my stored proc
and then in my script..bunch of code.. COMMIT TRAN SELECT @id
does the trick. Many thanks.my @id = $sth->fetchrow_array; return $id[0];
|
|---|