G Guest Mar 13, 2005 #1 Hello, How can I pass a datatable of a typed dataset to a datatable in an untyped dataset? Thanks
C Cor Ligthert Mar 13, 2005 #2 Chris, You mean something as in VBNet code dim mydatatable as DataTable = DirectCast(MyDataset.Table1,DataTable).Copy (I did not check this, just what I think that it can be) Cor
Chris, You mean something as in VBNet code dim mydatatable as DataTable = DirectCast(MyDataset.Table1,DataTable).Copy (I did not check this, just what I think that it can be) Cor
B Bernie Yaeger Mar 13, 2005 #3 Hi Chris, Did you try simply using the fill method? I've never done this, but on the surface, I would expect it to work. Bernie Yaeger
Hi Chris, Did you try simply using the fill method? I've never done this, but on the surface, I would expect it to work. Bernie Yaeger