H
howyer
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm3.eoAsyncExecute1Click(Sender: TObject);
begin
with adodataset1 do begin
try
active:=false;
ExecuteOptions:=[eoAsyncExecute]; //!!!
finally
active:=true;
end;
end;
end;
(//!!!)行编译出错:
ordinal type required
begin
with adodataset1 do begin
try
active:=false;
ExecuteOptions:=[eoAsyncExecute]; //!!!
finally
active:=true;
end;
end;
end;
(//!!!)行编译出错:
ordinal type required