Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek & Replace
Message
De
11/04/2007 15:00:57
 
 
À
11/04/2007 14:53:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Divers
Thread ID:
01214576
Message ID:
01214627
Vues:
8
>What I have to do is scan through a dbf called QPDATA. The fields are:
>
>QPDATA.FIELD
>QPDATA.DATA
>
>Then goto a table called:
>
>LXPOS.DBF;
>
>The fields are
>
>LXPOS.DATA
>LXPOS.INPUT
>
>Next replace the field;
>LXPOS.DATA with QPDATA.DATA where QPDATA.FIELD = LXPOS.INPUT. The are about 300 records.
>
>I have a Brain Ache...

Try this, but backup your data, firstly
UPDATE lxpos SET data=(Select data from qpdata WHERE field=input)
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform