Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unable to validate message from DBCX Manager
Message
From
01/10/1999 06:37:13
Rex Mahel
Realm Software, Llc
Ohio, United States
 
 
To
30/09/1999 15:24:32
General information
Forum:
Visual FoxPro
Category:
Stonefield
Miscellaneous
Thread ID:
00267054
Message ID:
00271436
Views:
40
Doug,

All are tables. The message I normally get the first time is that it can't find iManufacturerId.

Strange!

Thanks

Rex
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform