再开一贴,关于SPSS
RelativeLink:
http://expert.csdn.net/Expert/topic/1352/1352718.xml?temp=.261593
原贴已结
现在还有问题:
1、时间问题
StrSql = StrSql & " AND (CAST(""DAV:getlastmodified"" AS datetime) >= GETGMTDATE()) "
StrSql = StrSql & " AND (CAST(""DAV:getlastmodified"" AS datetime) <= GETGMTDATE()) "
居然都没结果,实际应该有记录
2、RS的分页问题
方式1:
Conn.ConnectionString = "provider=msdaipp.dso"
Conn.CommandTimeout = 0
Conn.Open "http://" & ServerName &"/" & WorkSpace
cmd.CommandText = StrSql
Rs.Open Cmd
方式2:
Set rSPPS = Server.CreateObject("ADODB.Record")
Set rsSPPS = Server.CreateObject("ADODB.Recordset")
sSPPSPath = "Sharepoint Portal Server/Applications"
sSPPSURL = "http://<SPPS FQDN goes here>/" & sSPPSPath
rSPPS.Open sSPPSURL
rsSPPS.Open sQuery, rSPPS.ActiveConnection,1
均无法分页,具体表现为Rs.RecordCount是-1,即错误
3、PDF全文检索
用FreeText无法检索,服务器已经安装了IFilter。但是还是检索不到。OFFICE文档没问题...
欢迎大家参与,高分回报... ...