Add a datatable to a data set
        Posted  
        
            by Jibu P C_Adoor
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jibu P C_Adoor
        
        
        
        Published on 2010-05-29T06:41:12Z
        Indexed on 
            2010/05/29
            6:42 UTC
        
        
        Read the original article
        Hit count: 263
        
c#2.0
Hii...
I have a data table 'dt1' that is belongs to 'ds1'. I have created another instance of dataset 'ds2' and try to add the datatable 'dt1' to 'ds2'. Now i got one exception 'DataTable already belongs to another data set'. Is there any reliable way to add the dt1 to ds2?
© Stack Overflow or respective owner