I
IntraRELY
I am trying to return the Row Count from a stored proc Here is the sp
CREATE PROC
AS
SELECT * FROM accounts
RETURN @@ROWCOUNT
GO
Here is where I am pulling the return value, but I am getting nothing??? All
the return parameters are set correctly.
lblMessage.Text = cmdDepositoriesRetrieve.Parameters("@returnvalue").Value
TIA,
Steve Wofford
www.IntraRELY.com
CREATE PROC
AS
SELECT * FROM accounts
RETURN @@ROWCOUNT
GO
Here is where I am pulling the return value, but I am getting nothing??? All
the return parameters are set correctly.
lblMessage.Text = cmdDepositoriesRetrieve.Parameters("@returnvalue").Value
TIA,
Steve Wofford
www.IntraRELY.com