Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build index on a table in buffering mode
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01682933
Message ID:
01682934
Views:
47
>Hi,
>
>I am trying to find a way to build an index on a cursor column but the cursor is in the buffering mode. So, of course, I get VFP error.
>Is there way to get around this; that is, to create an order/index on a column where the cursor is in the buffering mode?
>
>TIA
Sure,
Just use:
CURSORSETPROP("Buffering", 3, ...)
INDEX ON ...
CURSORSETPROP("Buffering", 5, ...)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform