In my vb.net project ,Now there is one parameters which will be passed to stored procedure and the sp will be executed.. after successful execution one value need to be passed back to .net form as out parameter.. Is it possible .How to do that .Appreciate
the Help
Member
181 Points
395 Posts
Stored procedure -out parameter
Jan 10, 2019 02:46 AM|shsu|LINK
In my vb.net project ,Now there is one parameters which will be passed to stored procedure and the sp will be executed.. after successful execution one value need to be passed back to .net form as out parameter.. Is it possible .How to do that .Appreciate the Help
Contributor
5921 Points
2450 Posts
Re: Stored procedure -out parameter
Jan 10, 2019 03:43 AM|KathyW|LINK
See: https://www.aspsnippets.com/Articles/How-to-return-Output-parameter-from-Stored-Procedure-in-ASPNet-in-C-and-VBNet.aspx Examples are given in both C# and VB.