Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Functions in where clause
Message
De
19/02/1999 08:21:19
 
 
À
19/02/1999 06:50:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00189178
Message ID:
00189215
Vues:
10
>Yes, it is decreasing speed. but than what is the solution.
>for example, in my form ,
>
>I have a textbox in which user will enter client name and then press search.
>so I wil get the records on that name like
>
>lcValue = thisform.textsearch.value
>select * from client where client!firstname = lcValue
>
>so, in above case it becomes case sensitive. that user has to enter search string in same case in what he entered.
>
>to solve this i am doing this
>
>lcValue = upper(thisform.textsearch.value)
>select * from client where upper(firstname) = lcValue
>
>if , not upper should use above then what is the other solution in above case.
>
>Thankuo
>johnstill

Create an index tag on UPPER(FirstName) then Rushmore will kick in. There are a few things that you need to keep in mind about Rushmore to use it effectively. There is an article on my web site that explains this.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform