Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can the View Designer do this?
Message
From
27/04/2002 01:18:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Can the View Designer do this?
Miscellaneous
Thread ID:
00649937
Message ID:
00649937
Views:
50
I have a table with FKs in it.
I need an updateable view that has fields from the "parent" tables in it. Only 1 table needs to be updateable, the rest of the tables are just for display.

I have no problem doing:
select a.Fields, b.Field1, c.Field2 ;
  from a, b, c ;
  where a.FK1 = b.PK ;
    and a.FK2 = c.PK
but when I try to create it in the View Designer, sometimes I'll get c.Field2 and sometimes not. Sometimes it'll work for a while, but then I'll try to add a third FK and then lose c.Field2.

I really need to get 5 FKs to pull their respective fields into the View (2 from table b, 2 from table c, and 1 from table d).

TIA
Bill Morris
Next
Reply
Map
View

Click here to load this message in the networking platform