august
Is there a possibility to leave the database open if i use CURSORSETPROP('Buffering',5.,[TABLENAME])?
Not too sure what you mean by this but when you want to update the table or cursor use:-
TABLEUPDATE(.T.,.T.,[TABLENAME])
If you want to discard the changes use:-
TABLEREVERT(.T.,[TABLENAME])
if ever how can i return to its original buffer?)
CURSORSETPROP('Buffering',1,[TABLENAME]) && Disables buffering for the specific table
IF you no longer need buffering for any table, you can also:-
SET MULTILOCKS OFF
Chris
[sig][/sig]