以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  求助临时表是否可以关联?  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=58069)

--  作者:sdlll
--  发布时间:2014/10/10 21:43:00
--  求助临时表是否可以关联?

cmd.CommandText="select AutoId,cCVCode,cInvCode from CheckVouchs"
dtCheks = cmd.ExecuteReader(True)

 

Relations.Add("CheInv",DataTables("inventory").DataCols("cinvCode"),dtCheks.DataCols("cInvCode"))

 

提示错误:Cannot create a DataRelation if Parent or Child Columns are not in a DataSet.

 

请问问题出在哪儿?



--  作者:Bin
--  发布时间:2014/10/11 8:33:00
--  
列不存在不能建立关联
--  作者:Bin
--  发布时间:2014/10/11 8:33:00
--  
表达式列是不能用于关联的
--  作者:sdlll
--  发布时间:2014/10/11 21:40:00
--  

谢谢