Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View SQL error.
Message
From
12/11/1997 09:57:24
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00059686
Message ID:
00059692
Views:
28
>I created a view based on 4 tables: Crseinfo (Course Information), Crsedtl (People enrolled in course), People (Person Info), and Trainer (Trainer/Teacher Info).
>
>There are JOIN's between Crseinfo and Crsedtl on a modulecode and levelcode, Crsedtl and People on a personcode and Crsedtl and Trainer on a trainercode.
>
>The view runs great and saved fine but now when I try and modify it I get the error:
>SQL: Column 'TRAINERCODE' is not found.
>
>Trainercode is not a selected field for the view and is only specified in the JOIN. The only info in the view from the Trainer table is a concatenated field of fname+" "+lname. Why is this happening?
>
>Also, even though I can't edit it the view still runs fine.

VFP View Designer cannot handle complicated views. The workaround is to create/handle view programmatically.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform