Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug in SET ORDER command?
Message
From
10/11/2003 03:42:07
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00848173
Message ID:
00848179
Views:
15
The 'descending-ness' bleeds through into other datasessions as well, so just don't do it. Unless you know that the table/cursor in question is not used anywhere else within the current process.

There are other bleed-through issues, like the NOUP vs. SHAR thingy, and these make really nice Heisenbugs (hard to find, tend to disappear when looking) unless you have measures in place to prevent them in the first place. Like a wrapper function around USE that avoids the readonly problem, or a baseball bat in case somebody gets caught using the DESCENDING clause with SET INDEX.
Previous
Reply
Map
View

Click here to load this message in the networking platform