B
Brian Scott
I have a customer with over 60,000 records bound to a main accounts form.
Using a dataset as the datasource I have to prefill the accounts table
before binding which can take around a minute to complete.
What is the best practice for binding a large number of records to a single
form? I thought of using a datareader to move sequentially through the
records but the user needs to be able to perform a rowfilter across all the
accounts.
Does any have any advice? Thanks.
Using a dataset as the datasource I have to prefill the accounts table
before binding which can take around a minute to complete.
What is the best practice for binding a large number of records to a single
form? I thought of using a datareader to move sequentially through the
records but the user needs to be able to perform a rowfilter across all the
accounts.
Does any have any advice? Thanks.