Re: Return value from Stored Procedure
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Sun, 1 Apr 2007 15:18:03 -0400
Light wrote:
CREATE Procedure NewCompany
(
@varCompanyName varchar (50) = null,
@RETURN_VALUE int OUTPUT
)
As
You need to add "SET NOCOUNT ON" to this procedure - right here as a matter
of fact.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
.
- Follow-Ups:
- Re: Return value from Stored Procedure
- From: Light
- Re: Return value from Stored Procedure
- References:
- Return value from Stored Procedure
- From: Light
- Return value from Stored Procedure
- Prev by Date: Return value from Stored Procedure
- Next by Date: Re: Error No 3712; Operation has been cancelled by the user
- Previous by thread: Return value from Stored Procedure
- Next by thread: Re: Return value from Stored Procedure
- Index(es):
Relevant Pages
|
|