Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL and the Set order
Message
 
To
28/07/2004 04:17:18
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00928618
Message ID:
00928620
Views:
23
You can't seek in the cursor that is not indexed no metter if you ORDER BY in Your SQL SELECT statement. You can seek only in indexed cursor:
 SELECT * FROM Test ORDER BY OrdField INTO CURSOR cTest && If You not index that cursor You can't SEEK in it.
 INDEX ON OrdField TAG cTest
 SEEK m.seekvalue
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform