A ad Jul 4, 2006 #1 I have a standalnoe DataTable DataTable1, and a DataSet DataSet1. How can I insert DataTable1 into DataSet1?
I have a standalnoe DataTable DataTable1, and a DataSet DataSet1. How can I insert DataTable1 into DataSet1?
C Cor Ligthert [MVP] Jul 4, 2006 #2 Hi Ad, Very simple ds.tables.add(dt) with a ; at the end vor C# ds = dataset dt = datatable I hope this helps, Cor
Hi Ad, Very simple ds.tables.add(dt) with a ; at the end vor C# ds = dataset dt = datatable I hope this helps, Cor