Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you setup up Buffering using a free table?
Message
From
23/04/1999 15:09:20
 
 
To
19/04/1999 14:40:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00209141
Message ID:
00211673
Views:
38
>>>>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.
>-----
>Hi Dore and thanks for letting me know.

You can also use CURSORSETPROP to make it the default for opening all tables cursors in a buffered mode:

CURSORSETPROP('Buffering',3,0)

The last parameter of 0 sets all future USE's to be buffered. FWIW.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform