Re: Grid stalling?
From: Dave Tiffany (dtiffany_at_nospam.com)
Date: 03/25/05
- Next message: Jeff Bowman: "Re: Need parameterized INSERT query"
- Previous message: Andy Summers: "Passing a two-dimentional array from VFP9 to C#"
- In reply to: Fred Taylor: "Re: Grid stalling?"
- Next in thread: Paul Pedersen: "Re: Grid stalling?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Mar 2005 18:12:59 -0500
Fred,
Tried it in the real world and it runs great. It did in fact slow the
query down a little, but with the resulting cursors I'm likely to get,
(0 to 1000 records) the query speed is insignificant compared to the
improvement in grid behavior.
Thanks again for the lesson. I'm always amazed at what I don't know
about this product and how much there is available here.
Dave
Fred Taylor wrote:
> It's all a bit of "slight of hand" of Rushmore. It can return the result
> set faster as a filter. Using the NOFILTER keyword can take longer (for the
> SELECT) as it now actually has to pull the records into a cursor file. The
> grid would be faster because no filter is involved. So, as in all things in
> life, it's a trade off.
>
- Next message: Jeff Bowman: "Re: Need parameterized INSERT query"
- Previous message: Andy Summers: "Passing a two-dimentional array from VFP9 to C#"
- In reply to: Fred Taylor: "Re: Grid stalling?"
- Next in thread: Paul Pedersen: "Re: Grid stalling?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|