V
viper_lq
Unregistered / Unconfirmed
GUEST, unregistred user!
一.我在服器端加了
function TKidApplictionServer.ApplyGys(delta: OleVariant;
MaxError,
ErrorCode: Integer): OleVariant;
begin
Result := DSPGys.ApplyUpdates(Delta, MaxError, ErrorCode);
end;
二.在客户端加了
dw.cdsgys.ApplyUpdates(0);
dw.SocketConnection1.AppServer.ApplyGys(dw.cdsgys.Delta, -1, iRecord);
但不能更新修改了的数据,有人可以帮帮忙吗??
function TKidApplictionServer.ApplyGys(delta: OleVariant;
MaxError,
ErrorCode: Integer): OleVariant;
begin
Result := DSPGys.ApplyUpdates(Delta, MaxError, ErrorCode);
end;
二.在客户端加了
dw.cdsgys.ApplyUpdates(0);
dw.SocketConnection1.AppServer.ApplyGys(dw.cdsgys.Delta, -1, iRecord);
但不能更新修改了的数据,有人可以帮帮忙吗??