Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Out of joint again
Message
From
09/09/1998 09:08:27
 
 
To
09/09/1998 05:09:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00134203
Message ID:
00134451
Views:
13
>I don't know if you've solved it yet, but this might work:
>
>SELECT To_ver.*, Clients.clientkey, pickup.cloc AS pickup, dropoff.cloc AS dropoff ;
> FROM To_Ver ;
> LEFT OUTER JOIN Trips ON To_Ver.tripkey = Trips.tripkey ;
> LEFT OUTER JOIN Clients ON Trips.clientkey = Clients.clientkey ;
> LEFT OUTER JOIN Locations Pickup ON Trips.ipickup = Pickup.lockey ;
> LEFT OUTER JOIN Locations Dropoff ON Trips.idropoff = Dropoff.lockey ;
> INTO CURSOR foo
>
>Arne

I tried it with all left joins, and it didn't work. But since then I've discovered I had some other problems with it. So maybe it did work, and just didn't seem like it because of the other problems. I'll have to try that again.

Thanks,

-Michelle
Previous
Reply
Map
View

Click here to load this message in the networking platform