Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to validate message from DBCX Manager
Message
From
04/10/1999 14:23:50
 
 
To
01/10/1999 14:51:11
Rex Mahel
Realm Software, Llc
Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00267054
Message ID:
00272412
Views:
53
Hi Rex.

>CREATE SQL VIEW "LV_VACCINEBRAND" ;
> AS SELECT Sbrand.*, Smanvac.imanufacturerid, Smanvac.ivaccineid, Smanufac.cname AS cmanufacturer FROM impact!smanvac INNER JOIN impact!sbrand INNER JOIN impact!smanufac ON Smanufac.iid = Smanvac.imanufacturerid ON Smanvac.iid = Sbrand.imanufacturervaccineid WHERE Sbrand.imanufacturervaccineid = ?vp_iManufacturerVaccineId

Rearrange the joins to be like this:

FROM impact!smanvac ;
INNER JOIN impact!sbrand ;
ON Smanvac.iid = Sbrand.imanufacturervaccineid ;
INNER JOIN impact!smanufac ;
ON Smanufac.iid = Smanvac.imanufacturerid ;

This works fine.

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform