Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to validate message from DBCX Manager
Message
De
04/10/1999 14:49:12
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
04/10/1999 14:23:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00267054
Message ID:
00272422
Vues:
52
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform