|
Re: sql request vs memory work
|
Posted: Dec 18, 2005 5:19 AM
|
|
Actually, options are depends on your requirements and the environment, for example if your data is very bulky it will be a problem to your memory to load all data in to the memory. If your data base is more costly (busy), number of connections to the datatbase should be minimized. There for you have to deside which method to be used. I think if you have lot of processing to be done on your data at and make the changes back to the database the Dataset is more usefull.
|
|