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
Titre:
Indexing a cursor-error message
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Database:
Visual FoxPro
Divers
Thread ID:
01515250
Message ID:
01515250
Vues:
132
I index cursors all the time so this surprises me today. The error message states: "File must be opened exclusively".

I even set exclusive on, recreated the cursor and then tried the indexing again, but received the same error message.

Here's the simple SQL statement and INDEXing command:
SELECT * ;
	FROM GRPEXTCV ;
	INTO CURSOR tmpGRPEXTCV

SELECT tmpGRPEXTCV
INDEX ON GrpID+GrpNum+PlanKey TAG FULL_KEY
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform