Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Table, index and multiple relations
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00988168
Message ID:
00988171
Views:
46
See ADDITIVE clause.

>
>I have three tables. I want to relate one table with the other two tables at once using two different indexes .I can't let this work:
>
>
>use MyTable1 in 0
>select MyTable1
>index on special to special.idx
>
>use MyTable2 in 0
>select MyTable2
>index on special to special1.idx
>
>use MyTable3 in 0
>select MyTable3
>index on specialext to specialext.idx
>
>*** I want to relate MyTable1 into MyTable2 as well into MyTable3
>*** MyTable1 has the following fields : special and specialext and some other
>
>select MyTable1
>set relation to special into MyTable2 && relation with MyTable2 established
>
>***Now I want to establish a relation with MyTable2 based on specialext,
>***how do I do this without losing the relation with MyTable2 ???????
>
>
>
>Thanks in Advance.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform