Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Executing Stored Procs With Params
Message
Information générale
Forum:
ASP.NET
Catégorie:
Bases de données
Divers
Thread ID:
00979533
Message ID:
00979702
Vues:
24
Thanks. This will give me plenty to chew on!



>Kevin,
>
>Here's a very simple stored proc to return the entire customer record for a customer PK...
>
>
>CREATE PROCEDURE GetCustomerByPK (@nCustomerPK int)
> AS
>
>	SELECT * FROM Customer WHERE CustomerPK = @nCustomerPK
>GO
>
>
>You may want to check BOL (books online) for more details on creating SPs.
>
>Kevin
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform