Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A question about SELECT SQL?
Message
De
04/10/2000 16:25:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00424948
Message ID:
00425000
Vues:
13
>In the VFP command window type ASCAN() highlight it and press F1 - you will see that this function takes more than one parameter - the first one is the array that you want to search in, the second is the item to compare each entry in the array against, there are optional additional parameters, but I will let you discover these your yourself.
>
>So, select company_name from mymaster where ascan(myarray) is not quite there.
>You need to use:
>SELECT * FROM master_table WHERE ASCAN( MyArray, company_name ) # 0
ok - thanks and I will look into it.... :)
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform