How can we load multiple tables in to Dataset?
How can we load multiple tables in to Dataset?
You can create an object of datatable DT along with dataadapter and dataset
then fill the dataadapter with datatable
da.fill(ds.table1)
da.fill(ds.table2)
Fahad(hyderabad)
There are currently 1 users browsing this thread. (0 members and 1 guests)