7
Answers

convert datatable to dataset?

Photo of Reylin Mathew

Reylin Mathew

5y
3.5k
1
 
this is my code
 
DataTable dtdatas = results.CopyToDataTable();
ds.Tables.Add(dtdatas)
 
return ds;  //but error is come.
 
 
my function using retrive.
plz me hlp 

Answers (7)