Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fieldname is not unique and must be qualified. What?
Message
 
To
11/04/2005 12:22:42
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:
01003406
Views:
18
This message has been marked as the solution to the initial question of the thread.
>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.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform