Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compare CHAR fields with MEMO field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Compare CHAR fields with MEMO field
Divers
Thread ID:
00529184
Message ID:
00529184
Vues:
45
I have this code:

select funb05092001.*, reasoncodes.reasoncode ;
from c:\windows\desktop\funb05092001 left outer join reasoncodes ;
on alltrim(funb05092001.reason) == alltrim(reasoncodes.reason) ;
order by reasoncodes.reasoncode ;
into cursor junk


The funb05092001.reason is a CHAR field.
The reasoncodes.reason is a MEMO field.

I want to comapre the two fields and get the corresponding reasoncodes.reasoncode fieds as my result in the cursor. Is there some trick to this?
Thanks in advance for your help! :-)
Randall L. Johnson
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform