Re: quickly get new lines in REMOTE SQL VIEW
- From: Herkus <no@xxxxxx>
- Date: Thu, 08 Mar 2007 09:16:27 +0200
ok thanks Dan, Fred! i own u beer :)
Dan Freeman rašė:
That's correct, and you should be selecting less data in the first place. ;-).
Dan
"Jeronimas" <jerka@xxxxxxxx> wrote in message news:et4dtiPYHHA.4232@xxxxxxxxxxxxxxxxxxxxxxxSo as i understant, there is the only way in VFP to make it work faster - selecting less data - writing WHERE or SCOPE conditions. Right?
p.s. it's me, Herkus:)
"Fred Taylor" <ftaylor@xxxxxxxx!REMOVE> wrote in message news:%23Be22oMYHHA.2320@xxxxxxxxxxxxxxxxxxxxxxxHow many rows are being returned in your view? Using SQL as the backend, you have to think very differently from the usual VFP mindset that you have all the records available all the time. You need to bring down from SQL only those records you need "right now", not the entire table.
--
Fred
Microsoft Visual FoxPro MVP
"Herkus" <no@xxxxxx> wrote in message news:uMK6tELYHHA.5044@xxxxxxxxxxxxxxxxxxxxxxxI use remote sql view. But if there are inserted new rows into table, i still can't see them in my view until i run REQUERY... REQUERY is very slow. Is there other quicker way to refresh view and get new lines as well?
- Follow-Ups:
- Re: quickly get new lines in REMOTE SQL VIEW
- From: Paul Pedersen
- Re: quickly get new lines in REMOTE SQL VIEW
- References:
- quickly get new lines in REMOTE SQL VIEW
- From: Herkus
- Re: quickly get new lines in REMOTE SQL VIEW
- From: Fred Taylor
- Re: quickly get new lines in REMOTE SQL VIEW
- From: Jeronimas
- Re: quickly get new lines in REMOTE SQL VIEW
- From: Dan Freeman
- quickly get new lines in REMOTE SQL VIEW
- Prev by Date: Re: server program
- Next by Date: run command
- Previous by thread: Re: quickly get new lines in REMOTE SQL VIEW
- Next by thread: Re: quickly get new lines in REMOTE SQL VIEW
- Index(es):
Relevant Pages
|