Re: Collect the data

Tech-Archive recommends: Fix windows errors by optimizing your registry



Thanks Noble

I think I got the answer to my question.

"Noble Lesmana" <NobleLesmana@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:8D39E1F6-BB09-4409-A1DF-1203A0C89520@xxxxxxxxxxxxxxxx
> Hi,
> I am not sure if you're referring to "dataset" as recordset. In .NET,
> dataset is one of the ways you can get the data in-memory and navigable.
> Whenever user makes update to the dataset, each data row's state is
> maintained. So, you can use dataset to have your own copy of data, modify
> that data as necessary before you make the permanent update to the
database.
> By using the dataset, you can also modify your user presentation without
> fetching the data from database each time of update. I hope I get what you
> want. If not, you can post your question more specific. Thank you.
>
> Rgds,
> Noble Lesmana
>
> "Vivek Sharma" wrote:
>
> > Hi,
> >
> > Under the current scenario I am fetching around 700 records in an
> > application and keeping the recordset open. The reason being the user
wants
> > to navigate through the records anytime. I am not sure if it is the best
> > practice. Also, I have a problem. When I add a record I have to
refresh
> > the list view control. In order to do that i have retreive the whole
> > recordset again.
> >
> > Is there an effective way around doing so?
> >
> > Please guide.
> >
> > Thanks
> > Vivek
> >
> >
> >


.



Relevant Pages