Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create one table from 3
Message
 
 
À
05/05/2007 18:58:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01222794
Message ID:
01222813
Vues:
18
Tracy,

Did you post this on Friday? <g>

What about
select * from Parent Left JOIN FirstChild on Parent.PK = FirstChild.fk ;
left join SecondChild on Parent.Pk = SecondChild.FK

?

>I have one parent table and two children. I want to create one table with the fields from all three (for a report). Is there an easy way to do this without hardcoding the fieldnames?
>
>For example,
>
>Parent table = table1
>1st child = table2
>2nd child = table3
>
>use table1 order tag site
>use table2 in 0 order tag site
>use table3 in 0 order tag site
>
>sele table1
>set relation to site into table2
>set relation to site into table3 additive
>set skip to table3
>
>Instead, I want one cursor with the fields for all three so I can use it in a report easier.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform