Help: Iterating thru ixQuery recordset hangs on movenext



I have created an ASP search engine for my web server that has the following
problem.

When iterating thru an ixQuery recordset the "movenext" statement can take
5-6 seconds to execute!

This only happens when the query was against a catalog that is for a remote
server, the catalog is on my web server but the directory to index is a UNC
share on a remote server some 300 miles away.

My code is using the Indexing Service Query Language as follows:

[1] Generate the ixQuery, i.e. set the query parameters including
maxresults and catalog etc.

[2] Execute the query in the form set rstQuery =
ixQuery.createrecordset("nonsequential").

[3] Iterate through the rstQuery recordset object and format the results.

As I see it the recordset object returned by the ixQuery.createrecordset
method is in the server's memory and as such there is no connection between
it (or the data within it) and the remote server.

Hence, once a recordset has been returned processing it should be the same
as if the recordset was created via a SQL query, it's just structured data.

The same query executed against a catalog that has a directory to index on
the web server itself takes 0.1 seconds.

Any ides???

Regards,
SpLiT.


.



Relevant Pages

  • Re: Create RecordSet error "80070005" Access Denied using IXSSO
    ... when i query the other catalog (local on the web server) it works ... > your problem is most likely with the remote catalog. ... >> I've an access denied when i run the query. ... >> and using a multi computer multi catalog. ...
    (microsoft.public.inetserver.indexserver)
  • Re: Help with Microsoft help on linking Access to Outlook
    ... Tools - references - tick Microsoft Outlook object library. ... in the criteria cell in the graphical query builder. ... the same filtered recordset every time. ... normal form to allow the normal filtering process and viewing of the ...
    (microsoft.public.access.formscoding)
  • Re: Help with Microsoft help on linking Access to Outlook
    ... in the criteria cell in the graphical query builder. ... use as the source in the routine. ... the same filtered recordset every time. ... normal form to allow the normal filtering process and viewing of the ...
    (microsoft.public.access.formscoding)
  • Re: Help with Microsoft help on linking Access to Outlook
    ... and have the query point to the combo box to get its value. ... the same filtered recordset every time. ... choose themselves what fields to filter on. ... Set MyRS = MyDB.OpenRecordset" ...
    (microsoft.public.access.formscoding)
  • Re: Help with Microsoft help on linking Access to Outlook
    ... in the criteria cell in the graphical query builder. ... use as the source in the routine. ... the same filtered recordset every time. ... normal form to allow the normal filtering process and viewing of the ...
    (microsoft.public.access.formscoding)

Loading