Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Validation for Grid
Message
De
13/03/2002 14:00:50
 
 
À
12/03/2002 08:29:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00630571
Message ID:
00632290
Vues:
21
>
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform