Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Searching
Message
 
 
À
06/10/2008 05:46:26
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:
01352941
Vues:
26
>>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?
>
>Select * from student where inlist(name,'A','B','C','D')

Keep in mind that it requires SET ANSI OFF
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform