Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to know if I changed the field
Message
 
 
À
13/02/2004 09:23:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00876888
Message ID:
00877077
Vues:
15
>>Do you have to share "X"? How about add an "Z" state so that the sequences are: (N -> Z -> Y) then (Y -> X -> N)?
>
>That would be a short term fix but since we are in the process of moving our app to SQL I also think it would be good to know how to tell if I modified the data.

In T-SQL you would check @@ROWCOUNT system variable which holds # of records affect by the last T-SQL statement. It's similar to VFP _TALLY but is reset by any T-SQL statement.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform