K
kev100 via AccessMonster.com
I've got a query that is based on a massive SQL table (use an ODBC link to
the SQL table).
The query works fine. However....it seems unnecessarily sluggish when
scrolling down the list of returned records.
While the average query may return a list of around 100-400 records......when
I begin to scroll down through them.......there are long pauses before below
entries will appear....like the query is processing on an as-needed basis.
But...since it already indicates how many records were returned (usually less
than 400) at the bottom of the query window...you'd think any needed
processing had already occurred.
Is there any type of PRE-FETCH function......something that will do any
needed processing before the results are displayed?
Waiting a little longer for the query to fully process would be fine...if it
allowed the returns to be scrolled through more easily.
Any advice appreciated.
Thanks
the SQL table).
The query works fine. However....it seems unnecessarily sluggish when
scrolling down the list of returned records.
While the average query may return a list of around 100-400 records......when
I begin to scroll down through them.......there are long pauses before below
entries will appear....like the query is processing on an as-needed basis.
But...since it already indicates how many records were returned (usually less
than 400) at the bottom of the query window...you'd think any needed
processing had already occurred.
Is there any type of PRE-FETCH function......something that will do any
needed processing before the results are displayed?
Waiting a little longer for the query to fully process would be fine...if it
allowed the returns to be scrolled through more easily.
Any advice appreciated.
Thanks