Hi,
I am using free tables for my application rather than a database. I need to incorporate Multi-User support into the application and have a few questions:
Can I do
CursorSetProp("Buffering", 5, EachTableName)
in a startup program for each table.
Help states that "Buffering is not applied to tables that are opened implicitly, for example, using SQL INSERT/UPDATE/DELETE commands." If buffering was set as I hope I can in the earlier example, would I then need to implicitly shut down the updated table before buffering would work on that table.
Thanks for all your help,
Mickbw
I am using free tables for my application rather than a database. I need to incorporate Multi-User support into the application and have a few questions:
Can I do
CursorSetProp("Buffering", 5, EachTableName)
in a startup program for each table.
Help states that "Buffering is not applied to tables that are opened implicitly, for example, using SQL INSERT/UPDATE/DELETE commands." If buffering was set as I hope I can in the earlier example, would I then need to implicitly shut down the updated table before buffering would work on that table.
Thanks for all your help,
Mickbw