Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem accesing stored procedure
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01127812
Message ID:
01128012
Vues:
30
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform