C
cityhanter
Unregistered / Unconfirmed
GUEST, unregistred user!
1.请问
var
iRecord:Integer;
IMtso:IcoBus_cx;
begin
try
IMtso:=CocoBus_cx.CreateRemote('R-d-server');
If ClientDataSet1.ChangeCount>0 then
IMtso.UpGrpUser(ClientDataSet1.Delta,0,iRecord);
IMTSo:=nil;
end;
end;
在这个程序中IMtso:=CocoBus_cx.CreateRemote('R-d-server');
createremote与create的区别是什么我只用过后者,在用前者后是不是客户只能访问制定的那
台服务器,
2,请问在你的Eo中如何查询数据,即你如何用查询语句来得到数据,在Iappserver.getrecord
how to use commandtext and params 或者如何使用datasetprivoder来取得数据,
3,我在一个程序中用了李维ADo/mts/com中第九章中介绍的方法,用Dcom来建立connnet mts datamodule
但是总是出现'ole error 8004e04'的错误,为什么,不知道他老兄改的那个comobj.pas and provider.pas好不好用,
var
iRecord:Integer;
IMtso:IcoBus_cx;
begin
try
IMtso:=CocoBus_cx.CreateRemote('R-d-server');
If ClientDataSet1.ChangeCount>0 then
IMtso.UpGrpUser(ClientDataSet1.Delta,0,iRecord);
IMTSo:=nil;
end;
end;
在这个程序中IMtso:=CocoBus_cx.CreateRemote('R-d-server');
createremote与create的区别是什么我只用过后者,在用前者后是不是客户只能访问制定的那
台服务器,
2,请问在你的Eo中如何查询数据,即你如何用查询语句来得到数据,在Iappserver.getrecord
how to use commandtext and params 或者如何使用datasetprivoder来取得数据,
3,我在一个程序中用了李维ADo/mts/com中第九章中介绍的方法,用Dcom来建立connnet mts datamodule
但是总是出现'ole error 8004e04'的错误,为什么,不知道他老兄改的那个comobj.pas and provider.pas好不好用,