Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using option button in sql
Message
De
16/04/2008 12:26:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
MS SQL Server
Divers
Thread ID:
01311140
Message ID:
01311180
Vues:
28
>thanks Boris, but i want to use from my form. If user check first, where sex=thisform.option.value=1( record should be filter sex=1)
>check ii =where sex=thisform.option.value=2 ( record should be filter sex=2)
>check iii where sex=thisform.option.value=3 ( record should be filter sex=1 and sex=2)
lnSex = thisform.option.value
SELECT ... FROM ... WHERE (Sex = lnSex OR lnSex = 3)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform