BlueJay924 Posted April 5, 2004 Posted April 5, 2004 from my datatable, i've queried the datatable and i have my rows that i want to put into a new dataset. now, to put it into a brand new dataset, do i still have to call the fill procedure? Quote
mocella Posted April 6, 2004 Posted April 6, 2004 Try this: someNewDataset = someExistingDataSet.Copy(); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.