D
DraguVaso
Hi,
In my VB.NET-application I manually fill a DataTable with records from a
file. After that I want to put it into a DataSet.
Does anybody knows how to do this?
I tried thinks like: MyDataSet("MyTable") = MyDataTable but this doesn't
work :-/
Thanks a lot in advance!
Pieter
In my VB.NET-application I manually fill a DataTable with records from a
file. After that I want to put it into a DataSet.
Does anybody knows how to do this?
I tried thinks like: MyDataSet("MyTable") = MyDataTable but this doesn't
work :-/
Thanks a lot in advance!
Pieter