Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How sqlserver can call a stored proc. to creat a PK ?
Message
 
 
À
30/06/2007 09:42:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
01236986
Message ID:
01237002
Vues:
16
>how sqlserver can call a stored proc. to creat a PK in sql table ?
>i'm trying to use sqlserver a backend.

You don't need a stored procedure to create PK. You can use either IDENTITY column or uniqueidentifier column with NEWID() function.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform