컴파일 오류 메세지 : There is no overloaded version of 'ApplyUpdates' that can be called with these arguments
--아래는 소스
function TSampleDM.ApplyUpdates(var Delta: OleVariant; MaxErrors: Integer;
out ErrorCount: OleVariant): OleVariant;
begin
DataSetProvider1.ApplyUpdates(Delta, MaxErrors, ErrorCount); <-- 여서 에러가
Result := ErrorCount;
SetComplete;
end;
작업은 윈도2000이구여..델파이 5.0버전(엔터프라이즈)로 했거덩여...쩝..
부탁함다...^,.^