Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Out of joint again
Message
From
09/09/1998 05:09:31
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00134203
Message ID:
00134368
Views:
14
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform