F
Frederik
Hi all,
I have a database that contains almost 10,000 records. It's an Access
DB that's only being used on a single computer (no access from multiple
users at the same time). The front-end is a windows form app. It has a
search textbox, that updates the query whenever the text in that
textbox has changed (like the iTunes app). 2 Questions:
- I fetch new records with a TableAdapter (VS2005 / .NET 2.0). Should I
use a RowFilter instead for performance?
- Does someone have experience with using a timer to filter/fetch
records? If a user is entering text in the search textbox, it should
probably be more efficient to only fetch after the user did not change
the textbox for ??? milliseconds. Please let me know if someone has
been dealing with this before.
Thanks in advance,
Frederik
I have a database that contains almost 10,000 records. It's an Access
DB that's only being used on a single computer (no access from multiple
users at the same time). The front-end is a windows form app. It has a
search textbox, that updates the query whenever the text in that
textbox has changed (like the iTunes app). 2 Questions:
- I fetch new records with a TableAdapter (VS2005 / .NET 2.0). Should I
use a RowFilter instead for performance?
- Does someone have experience with using a timer to filter/fetch
records? If a user is entering text in the search textbox, it should
probably be more efficient to only fetch after the user did not change
the textbox for ??? milliseconds. Please let me know if someone has
been dealing with this before.
Thanks in advance,
Frederik