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:49:12
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
04/10/1999 14:23:50
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00267054
Message ID:
00272422
Views:
57
Ok, I'll try it, but the problem is that this is the code generated by VFP itself. Is this a common problem?

TIA

Rex

>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