Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK or SEEK()with cursors??
Message
De
17/08/1998 21:21:29
Alhad Marathe
Asm Consulting
Mumbai, Inde
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00127371
Message ID:
00127617
Vues:
34
>Josh,
>
>I'm not entirely sure how to index a cursor, the ones I'm using come from an SQL-Select statement
>
>Perry

Perry,

You cannot index a cursor created with a SQL select statement, because it is a readonly cursor. You should SELECT to an array and create a cursor with CREATE CURSOR. Then use normal indexing commands on the cursor. Appen from the array to the cursor.
Only direct experience is Knowledge;
Everything else is just Information.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform