Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SEEK or SEEK()with cursors??
Message
From
18/08/1998 13:08:48
 
 
To
17/08/1998 23:24:23
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00127371
Message ID:
00127792
Views:
33
>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform