Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INDEX ON failed if SET DELETED OFF in buffering
Message
De
03/01/2001 06:44:25
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
INDEX ON failed if SET DELETED OFF in buffering
Divers
Thread ID:
00458829
Message ID:
00458829
Vues:
59
Hi,
How do I INDEX my cursor if SET DELETED OFF when buffering?

I get error with the following code:
SET DELETED OFF
SET MULTILOCK ON

USE mytable AGAIN SHARED
CURSORSETPROP("buffering", 5)

SELECT f1, f2 ;
FROM mytable ;
WHERE f1 = "111" ;
INTO CURSOR mycursor

INDEX ON f1 TAG f1 OF mycdx.cdx           
&& ERROR - 1579 Command cannot be issued on a table with cursors in table buffering mode. 
Any ideas?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform