Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INDEX ON failed if SET DELETED OFF in buffering
Message
From
03/01/2001 06:44:25
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
INDEX ON failed if SET DELETED OFF in buffering
Miscellaneous
Thread ID:
00458829
Message ID:
00458829
Views:
58
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...
Next
Reply
Map
View

Click here to load this message in the networking platform