Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search Contents of Memo Field for a String
Message
De
10/09/2001 08:44:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00554573
Message ID:
00554578
Vues:
16
>How do you search a memo field for a string? Is there no alternative to the clunky mline type functions? --- L

select * from mytable where myMemo like '%'+lcSearch+'%'
like('*'+lcSearch+'*',mymemo)
atc(lcSearch,mymemo)
lcSearch$myMemo
etc
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform