| Chuck D 2004-04-26, 12: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 thread
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, DocSubject"
objUtil.AddScopeToQuery objQuery, path, "shallow"
Set rs = objQuery.CreateRecordSet("sequential")
|