Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
First SP
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Stored procedures, Triggers, UDFs
Title:
Miscellaneous
Thread ID:
00759576
Message ID:
00759833
Views:
28
>That kills me!!!
>
>print 'Cart ID =' + RTRIM(CONVERT(varchar(30), @tnCartID)) + ' Error code = ' + RTRIM(CONVERT(varchar(30), @RetStat))
>
>Doesn't print anything. If I have Error code on the second line, it prints it, but not CartID

I've no idea what you're talking about. :)

>Also how can I get rid of 1 row affected message. It starts to get on my nerves...

Add SET NOCOUNT ON at the beginning of sproc.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform