c***@yahoo.com
2006-02-13 21:32:00 UTC
I am trying to use the ixsso Control Library in vb.net to query index
services and I am not sure exactly how to code it. Below is what I
have so far:
Dim query As New Cisso.CissoQuery
Dim rs As New ADOR.Recordset
query.AllowEnumeration = False
query.Catalog = "PSC009.docketq"
query.Columns = "FileName, Characterization"
query.SortBy = "Rank"
query.Query = "filename = ''testpdfwithtext.pdf''"
rs = query.CreateRecordset("nonsequential")
I get the follwing error when the createrecordset is executed
An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in test[df.exe
Additional information: There is no catalog.
the PSC009.docketq is a remote index, so trying to run it from a win2k
pc with Index Services installed and running may be a problem. Any help
would greately be appreciated.
services and I am not sure exactly how to code it. Below is what I
have so far:
Dim query As New Cisso.CissoQuery
Dim rs As New ADOR.Recordset
query.AllowEnumeration = False
query.Catalog = "PSC009.docketq"
query.Columns = "FileName, Characterization"
query.SortBy = "Rank"
query.Query = "filename = ''testpdfwithtext.pdf''"
rs = query.CreateRecordset("nonsequential")
I get the follwing error when the createrecordset is executed
An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in test[df.exe
Additional information: There is no catalog.
the PSC009.docketq is a remote index, so trying to run it from a win2k
pc with Index Services installed and running may be a problem. Any help
would greately be appreciated.