Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Scope_Identity
Message
De
09/03/2010 02:09:32
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Desktop
Divers
Thread ID:
01453233
Message ID:
01453362
Vues:
37
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform