|
From: Pavel T. <tp...@ma...> - 2012-02-18 11:26:44
|
2012-02-17 18:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * source/server/letofunc.c * include/srvleto.ch * Readme.txt * readme_rus.txt + added two new functions: leto_TableLock( <nUserStru>, [<nFlag>], [<Secs>]) --> lSuccess leto_TableUnLock( <nUserStru>, [<nFlag>]) nFlag - parameter from 1 to 32, nSecs - seconds for wait locking (1 by default) These functions are intended for concurrent access to the table for actions except updating of the data. * tests/letoudf.prg * added table lock into UDF_AppendRec() function + added UDF_Append() function * source/client/leto1.c * cleared skip buffer after leto_ParseRec Best regards, Pavel Tsarenko |