Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fieldname is not unique and must be qualified. What?
Message
From
11/04/2005 12:37:47
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01003402
Message ID:
01003409
Views:
20
>>I run the following lines of code in VFP command window and get the error. I swear that the fieldname (custmer_id in this case) is qualified, but it still won't run. Any one see something I missed?
>>
>>
>>select ctemp.custmer_id, state, potncust.name_full from ctemp, potncust ;
>>  where ctemp.custmer_id = potncust.custmer_id order by state, custmer_id into cursor ctemp1
>>
>>select potncust.custmer_id, state, potncust.name_full from ctemp, potncust ;
>>  where ctemp.custmer_id = potncust.custmer_id order by state, custmer_id into cursor ctemp1
>>
>>
>>TIA
>>Beth
>
>
>In ORDER BY customer_id is not qualified and state also.

That was it. Thank you very much.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform