04-26-04 05:35 PM
Other Information:
The code will not error on the first run or if I click/run the page several
times real quick.
Error Message:
CreateRecordset error '8001010e'
The application called an interface that was marshalled for a different thre
ad
Code Snippet:
SearchString = "@size > 0"
SearchString = SearchString & " &! #path *\_*"
Set objQuery = Server.CreateObject("ixsso.Query")
Set objUtil = Server.CreateObject("ixsso.Util")
objQuery.Query = SearchString
objQuery.SortBy = "DocTitle,path, filename"
objQuery.Columns = "write, path, filename, DocTitle, DocAuthor,size, DocSubj
ect"
objUtil.AddScopeToQuery objQuery, path, "shallow"
Set rs = objQuery.CreateRecordSet("sequential")
[ Post a follow-up to this message ]
|