cviot
2006-11-09 09:59:39 UTC
Hello,
we have an asp script to do advanced query on a catalog. We have noted
that the query was longer if we choose to order the answer by date of
write rather than filename. Does it normal ? Are there something to do
to optimize the query ? I state that we use in the script this object
Q = Server.CreateObject("ixsso.Query")
and to sort the result we use this method :
Q.SortBy = ... (Write or FileName).
Thank you and sorry for my english (i'm french)
we have an asp script to do advanced query on a catalog. We have noted
that the query was longer if we choose to order the answer by date of
write rather than filename. Does it normal ? Are there something to do
to optimize the query ? I state that we use in the script this object
Q = Server.CreateObject("ixsso.Query")
and to sort the result we use this method :
Q.SortBy = ... (Write or FileName).
Thank you and sorry for my english (i'm french)