Here is my simple scenario:
I have 2 tables:
How to load just selective row(s) from Orders and only corresponding rows from [Order Details] table into C1DataViewSet?
vbogey
<vbogey> wrote in message news:199234@10.0.1.98... Here is my simple scenario: I have 2 tables: Orders with over 1,000,000 rows and [Order Details with over 5,000,000 rows How to load just selective row(s) from Orders and only corresponding rows from [Order Details] table into C1DataViewSet? vbogey http://helpcentral.componentone.com/cs/forums/p/73389/199234.aspx#199234
Almost 1 year later I have found the answer for my question.
Sorry Allen, but I can't confirm your findings.
There are 2 aspects of loading data:
You gave me an answer for the second one.
My original question was about loading selective rows from database.
I don't want to load millions of rows of data when I need only just few.
I'm afraid this issue has been overlooked in the design of this component.
You may test my statement debugging ViewSet_Define_Fill_Update.sln to see that filter set on C1DataSetView.View affects only particular C1DataSetView.View and not underlying C1DataSetView.Table.