菜鸟免进???(100分)

  • 主题发起人 主题发起人 shnomy
  • 开始时间 开始时间
S

shnomy

Unregistered / Unconfirmed
GUEST, unregistred user!
为何将ClientDataset1.data的值赋给ClientDataSet2.data,ClientDataset2.ApplyUpdatas(0)后,未出现任何错误,而且两个ClientDataset的字段结构一致
 
ClientDataset2 是怎么和数据源连接的?
字段结构一致很正常呀,因为本来 ClientDataset 就是一种内存中虚拟库
 
ClientDataset2是通过ProvideDataset连接数据库的
 
看到标题就气愤
你不是菜鸟会问这种问题吗?
既然是菜鸟
那比你强一点的菜鸟就不能进来吗?
这种小菜问题还不许菜鸟进来
我就是菜鸟
clientdataset本来就可以离线的,设置属性就可以是无状态对象
可以update有什么奇怪
 
我想楼上的兄弟理解错了,我对ClientDataset2.Data赋值了 提交也没有错误,可不能提交回数据库,为何 急
 
能不能把代码贴出来,不太明白你的问题
 
sql:='select id,compid,customerid,RShortName,custname,linkman,custphone1,custphone2,SShortName,';
sql:=sql+'SName,SLinkMan,Sphone,SAddress,TypeId,webornot,orderstatus,czoneid,SubCompid,place,';
sql:=sql+'input,sendmsg,collecter,remark,';
sql:=sql+'voice,';
sql:=sql+'CustomerType from viw_OrderInfo where subCompID='''+GLBTEAMID+'''';
//null as ifnew,Null as IfUpLoad,Null as UpLoad,null as IfNewOrder,Null as CustomerType
OpensqlComp(sql, cdsComp);
//更新下载状态
sql:='update Exp_CustomerOrder set ifDownLoad=''T'' ,DownLoadTime='''+DateTimeToStr(now)+'''';
sql:=sql+' where SubCompID ='''+GLBTEAMID+''' and ifDownLoad=''F''';
try
ExecSQLComp(sql,cdsTemp_Comp);
except
DataModule1.SocketConnection1.AppServer.trans(2);
DataModule1.scComp.AppServer.trans(2);
ifError:=true;
exit;
end;

cdsCustomerOrder.Close;
sql:='select id,compid,customerid,RShortName,custname,linkman,custphone1,custphone2,SShortName,';
sql:=sql+'SName,SLinkMan,Sphone,SAddress,TypeId,webornot,orderstatus,czoneid,SubCompid,place,';
sql:=sql+'input,sendmsg,collecter,remark,';
sql:=sql+'voice,';
sql:=sql+'CustomerType from exp_CustomerOrder where 1>2';
cdsCustomerOrder.CommandText:=sql;
cdsCustomerOrder.Open;
cdsCustomerOrder.Data:=cdsComp.Data;
cdsCustomerOrder.applyUpdates(0);
 
樓上的"毛主席"也進來了
呵呵,菜鳥免進???暈s
一句話:
ClientDataset 就是一种内存中虚拟库
 
为何提交没有错误提示 在 OnReconcileError中也不能将错误抓住 但ApplyUpdate后未能提交到数据库中,为何???
 
来自:zealothasu, 时间:2004-3-30 9:20:11, ID:2529046
看到标题就气愤
你不是菜鸟会问这种问题吗?
既然是菜鸟
那比你强一点的菜鸟就不能进来吗?
这种小菜问题还不许菜鸟进来
我就是菜鸟


 
一步小心走错了门。bye!
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
900
SUNSTONE的Delphi笔记
S
D
回复
0
查看
2K
DelphiTeacher的专栏
D
后退
顶部