Re: Function Return inside Store Procedure
From: Sunny (sunny_at_newsgroups.nospam)
Date: 08/04/04
- Next message: Oldhandandy: "Re: How to excecute a stored procedure"
- Previous message: Jon Skeet [C# MVP]: "Re: Documenting code in XML?"
- In reply to: Erik Tamminga: "Re: Function Return inside Store Procedure"
- Next in thread: Erik Tamminga: "Re: Function Return inside Store Procedure"
- Reply: Erik Tamminga: "Re: Function Return inside Store Procedure"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 4 Aug 2004 11:39:03 -0500
In article <ceid42$6b9$1@news3.tilbu1.nb.home.nl>,
newsgroups@NeOtammiSnPgAaM.nl says...
> Hi,
>
> IIRC, you can add a parameter with ParameterDirection.Return to the command
> that's calling the storedprocedure. Retrieving the return value can then be
> done by reading the value of the passed parameter.
>
> Erik
>
Hi,
and do you know a way to get the output of the PRINT statements from the
SP?
Thanks
Sunny
- Next message: Oldhandandy: "Re: How to excecute a stored procedure"
- Previous message: Jon Skeet [C# MVP]: "Re: Documenting code in XML?"
- In reply to: Erik Tamminga: "Re: Function Return inside Store Procedure"
- Next in thread: Erik Tamminga: "Re: Function Return inside Store Procedure"
- Reply: Erik Tamminga: "Re: Function Return inside Store Procedure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|