Avoid duplicate copy of datasource
In Windows application, copy of datasource is created while I add new table to it. How I can avoid it.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
naura paxPosted Oct 29, 2009, 1:18 AM
There is another method called merge. eg:
But with this function dataset's orignial structure may get overriden, use true for second parameter and make sure table structure of rows passed matches that of original.