Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update
Message
De
12/01/2012 00:20:40
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Update
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Divers
Thread ID:
01532776
Message ID:
01532776
Vues:
82
Dear Experts

Following codes work fine
select test3
scan
    scatter memvar
    select table1
    locate for date=m.date and sno=m.sno and code=[3501001]
    if found()
        amt=amount
        select test3
        replace qty with amt
    endif
endscan
But these codes do work. Please help me to find what is wrong.
update test3;
    set qty=table1.amount;
    where test3.date=table1.date;
    and test3.sno=table1.sno;
    and table1.code=[3501001]
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform