Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help needed on CREATE SQL VIEW AS
Message
From
30/11/1998 15:07:06
Eric Barnett
Barnett Solutions Group, Inc
Sonoma, California, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00162338
Message ID:
00162517
Views:
20
In general, it's best not to rely on the view designer when your SQL gets complex. I've noticed problems especially with joins and using AS syntax in the field list. But there's no real reason to worry just because the view designer can't figure out a view.

>>
>>Sometimes when I create the View in the View-Designer from the Database-Designer I'm able to create the View and running the Query but later when I open the View for editing the View-Designer states that the View is invalid and the different joining-keys (from MainTbl and ChildTbl) doesn't exists.
>
>The most probable reason here is that View Designer does not support parallel joins from one table to 2 or more others. It shows "Column someColumn is not found" error in this case.
>You can create those views programmatically.
>
>Nick
Eric Shaneson
Cutting Edge Consulting
Previous
Reply
Map
View

Click here to load this message in the networking platform