HI i was working on my hobby project ( point of sale system ) . i was working on large data (15k records) in which few functions needs complete dataset to be processed(ex: price for similar products has to be update. so i have to search for replicate code in the entire datatable and update sell price). now i was using data fill command to load dataset and update command to save change in dataset. i was using local server so the load time in low but if i use remote database its taking lot of time(2min).is this a right way? or any other procedure which can reduce loading time?