Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validation for Grid
Message
From
13/03/2002 14:00:50
 
 
To
12/03/2002 08:29:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00630571
Message ID:
00632290
Views:
22
>
>I am not quite sure what problem you are having. The only buffering I ever use in a productions environment is optimistic table buffering ( except, of course, if I have to index a view )
>

Thought I would point out that you can change the buffering back to optimistic table after indexing.
select <view>
= cursorsetprop('buffering',3)
index on ......
= cursorsetprop('buffering',5)
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform