Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ids
Message
De
06/02/2002 16:54:16
 
 
À
06/02/2002 11:57:45
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Conception bases de données
Titre:
Re: Ids
Divers
Thread ID:
00616126
Message ID:
00616306
Vues:
27
>I want to use the identity column but I want to know the value of the identity on insert not on save. I am using a VFP 6.0 interface. I have tried using a trigger on insert but how do I get the value of the seed to display?

You mean before the insert ocurrs? What would you use that for?

After the insert the value is available by looking at @@IDENTITY. You can return this value in an output parameter of a stored procedure for use at the client.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform