From: Pavel T. <tp...@ma...> - 2012-03-17 18:09:14
|
2012-03-17 20:00 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * include/rddleto.h * include/rddleto.ch * source/server/letofunc.c * source/client/leto1.c * source/server/leto_2.c * added DBOI_KEYNORAW support * added new flag: RDDI_REFRESHCOUNT. By default, this flag is set to true. If this flag is set, RecCount() function retrieve records count from server, if doesn't set - use last value from server. If other applications are appending records to the table, new value of records count won't be immediately received. Protocol for records data has been changed, but older client version can work with new server, and on the contrary. To clear this flag, it's need to call: RddInfo( RDDI_REFRESHCOUNT, .F.,, nConnection ) * updated version (2.04) Best regards, Pavel Tsarenko |