Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fieldname is not unique and must be qualified. What?
Message
De
11/04/2005 12:22:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Fieldname is not unique and must be qualified. What?
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows 2000 SP4
Divers
Thread ID:
01003402
Message ID:
01003402
Vues:
128
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform