----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Lead_Yathi Message 1 in Discussion Dear All, The requirement is I want to add Data tables, which will be generated at different execution points of the program to the same Dataset. for ex during execution of Function 1 which will generate Datatable1 ,should be added to Dataset and during execution of Function 2 which will generate Datatable2 should also be added to the same Dataset.... I tried InventoryDataSet.Tables.Add(details2dataset.Tables(0).Copy()) but It overwrites the existing datatable ....what should I do..? Thanks in Advance, Yathish M.P _________________________________________________________________ Share your story and get it featured on MSN http://content.msn.co.in/Contribute/Default.aspx ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
