Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Referencing variable cursor names and their fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01515685
Message ID:
01515736
Vues:
52
>>You need to use JOIN condition, e.g.
>>
>>
>>UPDATE cur SET CarrID = G.Carr, Benefit = G.CovDesc8 ;
>>		FROM GrpsPlansCarrs G INNER JOIN (lcCursor) cur ;
>>                                       ON cur.GrpID + cur.PlanKey = g.Full_Key
>>
>
>I am quite sure I do not need a join, but I might be wrong.

You do need it according to the original logic. (he was doing seek and replace).
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform