Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why don't my browse and query match?
Message
From
03/06/2004 11:43:13
 
 
To
03/06/2004 10:56:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00909567
Message ID:
00909593
Views:
6
You may want to check if you have a table with that same name.
other wise, use select idfield from dbf('tablename') where condition.
Because a select statement usually (atleast in vfp6 and below) goes off of the table name and cursors have a temp table name, so that if you don't put the dbf() around the cursor name, the table is not found unless there is an actual table by that name out there.

HTH
Beth
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform