Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do you setup up Buffering using a free table?
Message
De
19/04/1999 13:58:26
 
 
À
19/04/1999 13:00:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00209141
Message ID:
00209786
Vues:
15
>>You can do it with CURSORSETPROP(), e.g.:
>>
>>USE myfreetable ALIAS freetab
>>=CURSORSETPROP('Buffering',5)
>>>How do you setup up Buffering using a free table?
>-----------
>Thanks Josh.. I guess it works the
>same as using a dbc...
The difference is that properties set in the dbc are persistent. Those set with CURSORSETPROP() only exist while the cursor (or table) are in use.
Also, remember that you can only establish buffering in this way if MULTILOCKS are set ON.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform