Re: Combo Box Speed Question
- From: v-phuang@xxxxxxxxxxxxxxxxxxxx ("Peter Huang" [MSFT])
- Date: Thu, 22 Sep 2005 05:38:32 GMT
Hi Vayse,
I think shiv means to use a DataReader class but not the Adapter to fill
all the dataset.
If you program logic is to complete the databinding and then display the
form(e.g. you fill dataset in the form_load), then the form will be shown
until the fill complete.
So that may take time to display the form.
While DataReader will read data one by one according to your logic, that
will save the time according to load the whole dataset.
Best regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Re: Determine if a string is a vb.net keyword
- Next by Date: Re: Password Protected Program: How to do it?
- Previous by thread: Re: Default values on a databound form
- Next by thread: Re: Password Protected Program: How to do it?
- Index(es):