Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to validate message from DBCX Manager
Message
De
30/09/1999 15:24:32
 
 
À
29/09/1999 07:06:17
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00267054
Message ID:
00271286
Vues:
38
>CREATE SQL VIEW "LV_VACCINEBRAND" ;
>AS ;
> SELECT ;
> Imc_bran.iid, ;
> Imc_bran.imanufacturervaccineid, ;
> Imc_bran.cname, ;
> Imc_bran.dAvailable, ;
> Imc_bran.iminage, ;
> Imc_bran.imaxage, ;
> Imc_bran.imaxdose, ;
> Imc_bran.imindose, ;
> Imc_mava.imanufacturerid, ;
> Imc_mava.ivaccineid, ;
> Imc_manu.cname AS cmanufacturername ;
> FROM ;
> impact!imc_mava ;
> INNER JOIN impact!imc_bran ;
> INNER JOIN impact!imc_manu ;
> ON Imc_manu.iid = Imc_mava.imanufacturerid ;
> ON Imc_mava.iid = Imc_bran.imanufacturervaccineid ;
> WHERE ;
> Imc_Bran.iManufacturerVaccineid = ?vp_iManufacturerVaccineId

Are these all tables or are any of them a view? Basing views on views can be a little tricky sometimes. If not, then I can't see a reason why you get this error.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform