Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL and the Set order
Message
De
28/07/2004 04:35:00
 
 
À
28/07/2004 04:17:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00928618
Message ID:
00928620
Vues:
25
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform