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 08:31:49
 
 
To
03/01/2001 08:11:59
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00458829
Message ID:
00458860
Views:
16
What if you add NOFILTER to your query:
SELECT f1, f2 ;
   FROM mytable NOFILTER;
   WHERE f1 = "111" ;
   INTO CURSOR mycursor

>I have REM the statement CURSORSETPRO("BUFFERING", 5) in my form, set form.buffermode = 0, and form.datasession = 2 (private). It still cause the same error if i SET DELETED OFF. I work fine if I SET DELETED ON my my form.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform