Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Slow network response
Message
From
24/09/1997 09:30:49
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00050470
Message ID:
00051375
Views:
49
>>When
>>I encountered this one:
>>
>>Sys(3054,1)
>>
>>SELECT
>>
>>Test_category,sort_index,cost_of_analysis,department_cat,department_code;
>>FROM testlib WHERE testlib.test_code=UPPER(tmp_code) INTO CURSOR
>>spec_cur
>>
>>The system reported that optimization was only partial, but when I run
>>this
>>same query in the command window optimization is full.
>
>In your application do you hae SET DELETED ON, and not have an index for
>DELETED() in the TESTLIB table? This is the most common cause of the
>difference.
>
>/Paul

That was it, thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform