Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Searching
Message
 
 
À
06/10/2008 05:42:06
Muthu Vel
Sty Company
Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01352934
Message ID:
01352940
Vues:
31
>I have create a table Namely "student.dbf" with fields namely 1.ID 2. name 3. Class 4. Place. I want to search the student whose name letter begin with *A* or *B* or *C* or *D* etc and result will be display in browse window
>
>How to write code?
lcNamePrefix = "A"
SELECT * FROM student WHERE name LIKE lcNamePrefix + "%"
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform