Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select statement
Message
De
20/06/2002 03:30:09
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Select statement
Divers
Thread ID:
00670488
Message ID:
00670488
Vues:
50
Hi All:

I am trying to select a record that matches a particular number from Table AA. I have the following code:
mFindRefNumber = 2111

SELECT * from AA INTO CURSOR BBQ NOFILTER,;
 WHERE AA.Number = mFindRefNumber
When this statement is executed, 0 records are selected from Table AA. And I know for sure that the field Number in Table AA has the value stored in mFindRefNumber.

Where am I going wrong? Thanks.
- Ravi

True greatness consists in being great in little things.
- Charles Simmons
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform