Hello experts, I went to this site: http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=57518 and it mentioned the use of the Copy() method from the dataset.
I'm just wondering if there's a difference between using Copy() over the normal assignment? For example instead of DataSet Ds = Ds2.Copy(); why not this (which is by far, much shorter) : DataSet Ds = Ds2; Thank you in advance! Cheers, Benj
