Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Search the record
Message
From
19/09/2006 15:21:10
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01155154
Message ID:
01155226
Views:
18
>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)) + "%"
Previous
Reply
Map
View

Click here to load this message in the networking platform