replacing a datatable in a typed dataset

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Holm stephen.w.holm@convergys.com

    replacing a datatable in a typed dataset

    Hi everyone,

    Is it possible to have a strongly typed dataset and then
    replace a table? This is driving me nuts! If both the
    current datatable and the new datatable are the same type,
    why can't I just replace it so I can keep relationships
    etc.? ie: dataSet.dataTab leType1 = dataTableType1

    Please help! thanks,

    Steve
Working...