Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
First SP
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Titre:
Divers
Thread ID:
00759576
Message ID:
00759730
Vues:
17
Ok, I'm trying
declare @tnCartID int, @RetStat int

EXECUTE @RetStat = USP_Insert_ShoppingCartInfo
'11111111111' ,
5 ,
'Test' ,
'B' ,
'Test selection' ,
'1,2,3' ,
@tnCartID OUTPUT

print @tnCartID

But nothing is printed on the screen. All I see 1 row affected, 1 row affected. How can I see the result?
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform