Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select statement
Message
From
20/06/2002 03:30:09
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Select statement
Miscellaneous
Thread ID:
00670488
Message ID:
00670488
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform