Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rushmore Design Flaw Heads-UP!
Message
 
To
13/07/1999 22:30:04
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00238826
Message ID:
00241128
Views:
28
Rushmore is the genie that makes them. If the engine decides that a filtered result set will be the quickest way to go, then it returns them.

I discovered this when I added an index tag on DELETED() (which spawned the other part of this thread), and suddenly I received 'filtered result sets' whereas before the tag I received a NOFILTER version.

The same SQL statement was used for both versions, adding the DELETED() tag returned filtered result sets, deleting it returned NOFILTER versions.

And of course, several commands that had been working with NOFILTER stopped working when the DELETED() tag was added.

That's how we all go into this mess ;)


>I haven't read all messages in this thread. What does Rushmore have to do with filtered cursors?
>
>Vlad
>
>>Just a quick point, NOFILTER is an OK workaround for SELECT..WHERE, as you
>>say you will always get a file. But SELECT * (no where), the NOFILTER has a negative effect since it copied the entire file, when it this case, the rushmore version works OK...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform