Merging untyped datasets

  • Thread starter Thread starter Earl
  • Start date Start date
E

Earl

I'm using a data access layer that creates untyped datasets and then merging
those with the frontend typed datasets. Sometimes I get no rows when I know
there should be a value. I have the option of changing the untyped datasets
to simply datatables and am wondering if it would be easier to simply merge
the datatables instead. What is the downside to doing it this way?
 
Earl,

I see no advance, your keys and table names should be right to do merging.
For the rest what do you than see as advance by doing them one by one.

Cor
 
Back
Top