Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record Process Time
Message
De
31/03/2004 13:23:34
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
31/03/2004 12:14:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00891016
Message ID:
00891241
Vues:
20
>The second sql statement worked as well. How would you recommend updating those records the fastest. It returned 24,880 records needing ot be updated.

I changed my thinking a little.

Create a view something like this...
v_massupdatenomen

select nomen.*, fedlog.item_name as fedlogname, fedlog.item_desc as fedlogdesc from nomen inner join fedlog on fedlog.nomenid = nomen.nomenid where (empty(nomen.item_name) or empty(nomen.item_desc)) into cursor massupdates

Make sure you set the view to only update the nomen table.

use that view then ...

replace item_name with fedlogname, item_desc with fedlogdesc

tableupdate(.T.,"v_massupdatenomen")

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform