Re: VFP How do I determine table buffering setting.




"Jim Czeb" <james.czebiniak@xxxxxxxxxxxxxxxx> schrieb im Newsbeitrag news:1155559660.690533.103200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I want to be able to determine if cursorsetprop has been used to set
buffering to something besides 1 for a free table.
How do I do that? Help says you can find out by using cursorsetprop
but doesn't tell how.

Hope I got your question right:
Create Cursor freeTable (Test Int)
? CURSORGETPROP("Buffering", 'freeTable')
SET MULTILOCKS ON
CURSORSETPROP("Buffering", 5, 'freeTable')
? CURSORGETPROP("Buffering", 'freeTable')



hth
-Stefan



--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------

.



Relevant Pages

  • Re: VFP How do I determine table buffering setting.
    ... Jim Czeb wrote: ... buffering to something besides 1 for a free table. ... Help says you can find out by using cursorsetprop ... May the Force and Farce be with you! ...
    (microsoft.public.fox.programmer.exchange)
  • Re: Resequence a view
    ... Open the view using row buffering, then create the index on your sequence ... Then set the buffering to 5 using CursorSetProp() function. ... > I now want to sequence the table so that I can insert or append records ...
    (microsoft.public.fox.vfp.queries-sql)
  • Re: VFP How do I determine table buffering setting.
    ... buffering to something besides 1 for a free table. ... Help says you can find out by using cursorsetprop ... underlines). ... Bernhard Sander ...
    (microsoft.public.fox.programmer.exchange)