Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 SQL Tip
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
VFP9 SQL Tip
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Database:
Visual FoxPro
Divers
Thread ID:
00970107
Message ID:
00970107
Vues:
75
With the new CAST function, you can now handle VFP memo fields better. For example, I want a distinct set of ClassLib names used in a form:
SELECT DISTINCT CAST(JUSTFNAME(classloc) as V(60)) ClassLoc ;
   FROM forms\techcalls.scx ;
   WHERE NOT EMPTY(ClassLoc) ;
   INTO CURSOR crsLibs
Cool, eh?
Mark McCasland
Midlothian, TX USA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform