Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem accesing stored procedure
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01127812
Message ID:
01128012
Views:
25
Thomas,

>I have a stored procedure in a SQL Server, which looks like that:
>
>CREATE PROCEDURE PTP_GetModCount
>@Filekey as varchar(20)
>AS
>declare @OnlCnt as int
>declare @OffCnt as int
>
I'm guessing there is more to the sproc than you are listing here? You are declaring @OnlCnt and @OffCnt as local variables, so you don't need to pass them as parameters.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform