Re: Refresh data from Remote View by Dale
Dale
Fri May 13 09:02:37 CDT 2005
One other question since I am on the subject, I am using an ODBC with remote
views in my application. Can I use ADO with a connection string to Oracle,
instead of ODBC and if so is the connection string all I would have to
modify in my application?
"Dale Clarkston" <dclarkston@lcounty.com> wrote in message
news:ONoCZaxVFHA.1384@TK2MSFTNGP09.phx.gbl...
> Stefan,
>
> Thanks for the help. I was thinking that requery was my only option, but I
> just wanted to make 100% sure. Looks like the users will just have to put
up
> with the requeries, because it's not a priority to redo the application,
> which is what it will take to parameterize the views correctly
>
>
> "Stefan Wuebbe" <stefan.wuebbe@gmx.de> wrote in message
> news:OqDzHXxVFHA.1796@TK2MSFTNGP15.phx.gbl...
> > Hi Dale,
> >
> > "Dale Clarkston" <dclarkston@lcounty.com> schrieb im Newsbeitrag
> > news:OWwnXQxVFHA.584@TK2MSFTNGP15.phx.gbl...
> > > Stefan,
> > >
> > > Thanks for the tip about Refresh(). I want to avoid using requery,
> because I
> > > need to refresh 30,000+ records and requery takes to long to do that.
Is
> > > Refresh() quicker then requery?
> >
> > Yes, but only because of the option to refresh just one or a few rows.
> > If you want to get the entire view, I'd say there is no alternative for
> Requery()
> > How about "parameterizing" the view and display only a small subset at a
> time?
> >
> >
> > -Stefan
> >
> >
> >
> > --
> > |\_/| ------ ProLib - programmers liberty -----------------
> > (.. ) Our MVPs and MCPs make the Fox run....
> > - / See us at www.prolib.de or www.AFPages.de
> > -----------------------------------------------------------
> >
>
>