Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Referencing variable cursor names and their fields
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01515685
Message ID:
01515734
Views:
43
>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.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform