When developing retail POS system we want to access product master file frequently.Product master file is stored in a central database and a copy of the file is stored in a database in every outlet.There can be more than 15000 records in the product master.
Instead of accessing outlet database everytime(invoicing/product punching) can I use a dataset to store product data when loading the application.
Instead of accessing outlet database everytime(invoicing/product punching) can I use a dataset to store product data when loading the application.