G
Guest
Background: I have a smart device app that is used for scanning items and
validating them against a datasource. Currently, I'm using a dataset and
datatable to store the data, that I'm getting from a SQL Server, and then
using a dataview to check if the scanned item is in the datatable using the
filter criteria. This worked fine for a small set of data, but slowed down
significantly once I started testing with more data. There could be anywhere
from 5 to over 50,000 records to validate against. The user just wants to
scan as fast as possible unless they come across an invalid item. I don't
want the user having to wait for the app to validate the item.
I'm relatively new to SDA and so I was hoping someone could help me to
figure what would be the best and quickest method to accomplish the above.
Thanks
validating them against a datasource. Currently, I'm using a dataset and
datatable to store the data, that I'm getting from a SQL Server, and then
using a dataview to check if the scanned item is in the datatable using the
filter criteria. This worked fine for a small set of data, but slowed down
significantly once I started testing with more data. There could be anywhere
from 5 to over 50,000 records to validate against. The user just wants to
scan as fast as possible unless they come across an invalid item. I don't
want the user having to wait for the app to validate the item.
I'm relatively new to SDA and so I was hoping someone could help me to
figure what would be the best and quickest method to accomplish the above.
Thanks