Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to validate message from DBCX Manager
Message
From
29/09/1999 07:06:17
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
27/09/1999 16:07:42
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00267054
Message ID:
00270392
Views:
44
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform