Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update changes
Message
De
17/11/2003 03:39:46
 
 
À
16/11/2003 11:30:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00850424
Message ID:
00850562
Vues:
24
Hi,

PMJI, but what's the point of writing the new values in the audit table - after all those values are available in the 'live' data. For a quick and dirty solution why not just write the entire record of old values to the audit trail table together with a field for the GETFLDSTATE(-1) value which will let you identify which fields were changed.

Regards,
Viv

>>
old_field_value = oldval ('fieldname', 'tablename')
new_field_value = fieldname &&this is the new value for the field

I do this for every field in the table, and then store the old and new values each in their own field, with two fields per every field in the original table. every time there is a change to a field value in the original table, this stored procedure is triggered.

I was hoping there was an easier way, as my tables have a number of different fields (which makes it time consuming to create the stored procedure and also to track down the changed field in the update table). I had read about getfieldstate() and thought this might provide me an easier way, but i have not been able to get it to work.
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform