Sorry if this angers anyone. I'm posting here and to the other groups.
I am unable to get a return value from a stored procedure in .NET
using the following Sproc and VB code in a .NET Web Project.
Here is the code in my stored proc.
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
ALTER P...
more >>