这个问题跟你写的服务器程序有很大关系。提交可以放在服务器端,你可以试试这样:
try
  DataSetProvider.ApplyUpdates(Delta,MaxError,ErrorCount);
  SetComplete;//可以写存储过程,传递要提交的参数数据
except
  SetAbort;
end;