Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unable to validate message from DBCX Manager
Message
De
29/09/1999 07:06:17
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
27/09/1999 16:07:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00267054
Message ID:
00270392
Vues:
45
>That's kind of weird. What's the SQL statement for the view?

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

This code, when run the first time, says it cannot find iManufacturerId, but if I run it again it runs correctly.

Thanks

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

Click here to load this message in the networking platform