Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scope_Identity
Message
From
09/03/2010 02:09:32
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Environment versions
SQL Server:
SQL Server 2005
Application:
Desktop
Miscellaneous
Thread ID:
01453233
Message ID:
01453362
Views:
36
My SQL Server stored procedure looks like:

ALTER procedure [dbo].[Candidate_Insert_Blank]
@CreatedByID int,
@lnCandidateID int output

as
begin
set nocount on;
insert into Candidate (CreatedByID)
values (@CreatedByID)
end

If I run that from VFP the insert will not take place, however, If I remove the line '@lnCandidateID int output' the insert will take place.
Previous
Reply
Map
View

Click here to load this message in the networking platform