Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL LIKE command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00127474
Message ID:
00127847
Vues:
33
Hi Jim,
so nice to hear from You
>
>Try this;
>
>findtext = "%" + thisform.txtsearch.value + "%"
>select * from task;
>where description LIKE findtext

can't work because 'findtext' is a parameter to the SQL statement.
where description LIKE (findtext) && will do

best regards from Friedrichsdorf
see You in September?
Eugen
Eugen
New Year's pledge: Last year I learned so much from my errors that I decided to make some more.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform