Re: Question regarding SP
From: David Gugick (davidg-nospam_at_imceda.com)
Date: 01/25/05
- Next message: Sarav: "Re: Question regarding SP"
- Previous message: Just in time: "RE: DTS is blocked by XP"
- In reply to: Patrick: "Re: Question regarding SP"
- Next in thread: Chris Hayes: "Re: Question regarding SP"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 Jan 2005 20:04:16 -0500
Patrick wrote:
> I Want to use cursor with in the stored procedure itself.
>
> My main problem is how can I catch the result returned by one
> procedure in another procedure.
>
> Marmik
>
Those are two different things. Do you want to use the cursor from
within the procedure? if so, see DECLARE CURSOR in the help file.
Do you want to catch the results of one procedure in another? You'll
have to use a temp table (or a real table) to store the results.
-- David Gugick Imceda Software www.imceda.com
- Next message: Sarav: "Re: Question regarding SP"
- Previous message: Just in time: "RE: DTS is blocked by XP"
- In reply to: Patrick: "Re: Question regarding SP"
- Next in thread: Chris Hayes: "Re: Question regarding SP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading