Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing a cursor-error message
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01515250
Message ID:
01515258
Vues:
46
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform