Decalre number of resultset that the SQL procedure returns of Create Procedure statement using RESULT SET n, where n is the number of result sets.
Declare cursor CURSOR WITH RETURN FOR
Open cursor
Exit from Procedure without closing cursor
Cheers
Beepyata
Quote:
Originally posted by toby25
Hi All,
How do I return resultset from Stored Procedure to the application?
Thanks,
t
|