Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL LIKE command
Message
 
À
17/08/1998 14:00:47
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00127474
Message ID:
00127538
Vues:
33
>Jim
>
>None of the three suggestions work, any other ideas?
>
>Jim
>
>
Jim,

Try this;

findtext = "%" + ALLTRIM(thisform.txtsearch.value) + "%"
select * from task;
where description LIKE findtext

Don't forget you have to match case on the findtext variable.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform