Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing a cursor-error message
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01515250
Message ID:
01515258
Views:
45
Interesting. All I had to do was to add an ORDER BY clauses and I was suddenly able to index the file, but when it is a single table and no ORDER BY clause exists, you must add the READWRITE clause.

Thanks Sergey!
Cecil

>Add READWRITE clause to make cursor updateable and check http://www.berezniker.com/content/pages/visual-foxpro/queries-and-filtered-cursors
SELECT * ;
	FROM GRPEXTCV ;
	INTO CURSOR tmpGRPEXTCV READWRITE
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform