Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK or SEEK()with cursors??
Message
De
18/08/1998 13:08:48
 
 
À
17/08/1998 23:24:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00127371
Message ID:
00127792
Vues:
32
>>>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.
>
>Not correct. You can build an index on the cursor.

Partially correct. You can create ONE index on an SQL select cursor.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform