Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A question about SELECT SQL?
Message
 
À
04/10/2000 15:09:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00424948
Message ID:
00424950
Vues:
9
Put your data in the array in String
P.e
cString=""
For i=1 to alen(cArray)
cString=cString+cArray(i)+","
endfor
cString=Left(len(cString)-1) && supress the las ","
cWhere="Inlist("+companyName+","+cString+")"
Selec * from my table &cWhere
"Anyone who has never made a mistake has never tried anything new." A.E
"The important thing is not to stop questioning. Curiosity has its own reason for existing." A.E
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform