----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Mrinal Message 2 in Discussion Hi , What i can understand from ur query is that you fetch huge amount of data in memory structure like Dataset , but at a time you are using only 1 record , now assuming that urs is a Web Application , ur design will depend on the fact that how many time you are refreshing the List box value : 1. In case it is quite frequent , then it's always good to go for a Dataset stuff , rather than touching dataset for each value . 2. In case you can afford then Going to database also doesn't matters , but u need to have good hardware in place , since , Dataset also consumes server memory / resources . As far ur system hanging is concerned while filling dataset , that must be due to some small issue in ur code or probably u r running too many processes for ur your ram to handle things fast , if u can paste ur snippet , then this may be resolved , as a dataset with 10000 records is not a very big one . regards , Mrinal ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
