Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search the record
Message
De
19/09/2006 15:21:10
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01155154
Message ID:
01155226
Vues:
19
>i have mistake which i posted
>
>
WHERE  ( Student.descr=ALLTRIM(Thisform.search.value)and" "$UPPER(descr) ) ;
>
>
>  *WHERE  ( Student.descr=ALLTRIM(Thisform.search.value) + " "$UPPER(descr) ) ;
>i want khubiab every where begain between or end in upper and lower case
>thanks

How about
WHERE UPPER(student.descr) LIKE "%" + UPPER(ALLTRIM(thisform.search.value)) + "%"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform