Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error calling Stored Procedure
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01221719
Message ID:
01221818
Views:
24
Thanks for the prompt reply. Below is the code for the SP:

CREATE PROCEDURE dbo.GetOrderDetailByOrderID
(
@OrderID int
)

AS
SELECT Discount,
OrderID,
ProductID,
Quantity,
UnitPrice
FROM [Order Details]
WHERE OrderID = @OrderID
RETURN
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform