Relation between Dataset and aplication speed
-
I want to kknow that if I create many datasets in my application or taking bulk of data in dataset then speed of execution will be affected? Will this make my application work slower?
Well, that really depends. How many datasets are we talking, how much memory will the PC you're running the program on have, etc ? A dataset, sitting in memory, shouldn't slow your app down, because it doesn't use the processor, just sitting there.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Well, that really depends. How many datasets are we talking, how much memory will the PC you're running the program on have, etc ? A dataset, sitting in memory, shouldn't slow your app down, because it doesn't use the processor, just sitting there.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )