Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore Design Flaw Heads-UP!
Message
From
08/07/1999 23:12:18
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00238826
Message ID:
00239245
Views:
22
>The problem also exists with parameterized queries. For example,
>
>nKeyField = 1
>SELECT * FROM TESTFILE WHERE KEYFIELD = ?nKeyField
>* This works becuase nKeyField is scoped during this statment.

As you said... it depends on how Rushmore optomizes the query to create the result set... a result set you shouldn't use GO on.

If you want to be sure to use go, and want a valid reccount, be sure to use the NOFILTER keyword on the select... as I think you said in a previous message.

Remember, also, a View is just a nicley dressed SQL statement.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform