All Tags »
output paramtere SP Stored Procedure
Sorry, but there are no more tags available to filter with.
-
My Setup - ASP.net and SQL2005 using SP
How to retrive output value from SP. (Line 5- VMIDpk is not returning any value)
I modified default SP generated from MgGen (line -10,14,15)
I want to generate customised Primary key in SP and return that value.
Code:1 MProfile mProfile = new MProfile();
2 mProfile.AddNew();
3 ...