Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: about indexing server


Message #1 by SUNWEN <mrfat@c...> on Wed, 24 Jan 2001 21:23:25 +0800
hello,i am sunwen,i just have a problem about Indexing Sever.Please have a look at my code:



<%

set rssearch=server.createobject("adodb.recordset")

strconn="Provider=MSIDXS;Data Source=Web"

strsearch="select doctitle from scope() where contains ('username')"

rssearch.open strsearch,strconn

while not rssearch.eof

     response.write rssearch("doctitle")&"<br>"

     rssearch.movenext

wend

set rssearch=nothing

%>



Are there any mistakes in it?And how to make a search using ASP through Indexing Server?

mrfat@c...



Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Wed, 24 Jan 2001 13:50:57 -0000
The microsoft samples that come with index server are an excellent starting

point... they demonstate all the things you would generally want to do with

it.



-----Original Message-----

From: SUNWEN [mailto:mrfat@c...]

Sent: Wednesday, January 24, 2001 1:23 PM

To: ASP Web HowTo

Subject: [asp_web_howto] about indexing server





hello,i am sunwen,i just have a problem about Indexing Sever.Please have a

look at my code:



<%

set rssearch=server.createobject("adodb.recordset")

strconn="Provider=MSIDXS;Data Source=Web"

strsearch="select doctitle from scope() where contains ('username')"

rssearch.open strsearch,strconn

while not rssearch.eof

     response.write rssearch("doctitle")&"<br>"

     rssearch.movenext

wend

set rssearch=nothing

%>



Are there any mistakes in it?And how to make a search using ASP through

Indexing Server?

mrfat@c...



________________________________________________________________________

Scottish Enterprise Network

http://www.scottish-enterprise.com





Message #3 by SUNWEN <mrfat@c...> on Thu, 25 Jan 2001 9:25:5 +0800
Alex Shiell, ITS, EC, SE=A3=AC

could you tell me where the example is?







01-1-24 13:50:00 

>The microsoft samples that come with index server are an

 excellent starting

>point... they demonstate all the things you would generally want

 to do with

>it.

>

>-----Original Message-----

>From: SUNWEN [mailto:mrfat@c...]

>Sent: Wednesday, January 24, 2001 1:23 PM

>To: ASP Web HowTo

>Subject: [asp_web_howto] about indexing server

>

>

>hello,i am sunwen,i just have a problem about Indexing

 Sever.Please have a

>look at my code:

>

><%

>set rssearch=3Dserver.createobject("adodb.recordset")

>strconn=3D"Provider=3DMSIDXS;Data Source=3DWeb"

>strsearch=3D"select doctitle from scope() where contains

 ('username')"

>rssearch.open strsearch,strconn

>while not rssearch.eof

>     response.write rssearch("doctitle")&"<br>"

>     rssearch.movenext

>wend

>set rssearch=3Dnothing

>%>

>

>Are there any mistakes in it?And how to make a search using ASP

 through

>Indexing Server?

>mrfat@c...

>

>________________________________________________________________

________

>Scottish Enterprise Network

>http://www.scottish-enterprise.com

>

>

>

            SUNWEN

            mrfat@c...



Message #4 by "Ken Schaefer" <ken@a...> on Thu, 25 Jan 2001 19:32:44 +1100
Look in your IIS MMC Snapin - you should see an ISSamples virtual

directory - geez.



Cheers

Ken





----- Original Message -----

From: "SUNWEN" <mrfat@c...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Thursday, January 25, 2001 12:00 AM

Subject: [asp_web_howto] RE: about indexing server





Alex Shiell, ITS, EC, SE٬

could you tell me where the example is?







01-1-24 13:50:00

>The microsoft samples that come with index server are an excellent starting

>point... they demonstate all the things you would generally want to do with

>it.



Message #5 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 25 Jan 2001 10:04:39 -0000
if its not there, then run the windows NT option pack set up program, 

choose

add/remove, and go through the options, making sure the ones for all 

the

samples you want are checked.



-----Original Message-----

From: Ken Schaefer [mailto:ken@a...]

Sent: Thursday, January 25, 2001 8:33 AM

To: ASP Web HowTo

Subject: [asp_web_howto] RE: about indexing server





Look in your IIS MMC Snapin - you should see an ISSamples virtual

directory - geez.



Cheers

Ken





----- Original Message -----

From: "SUNWEN" <mrfat@c...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Thursday, January 25, 2001 12:00 AM

Subject: [asp_web_howto] RE: about indexing server





Alex Shiell, ITS, EC, SE=A3=AC

could you tell me where the example is?







01-1-24 13:50:00

>The microsoft samples that come with index server are an excellent 

starting

>point... they demonstate all the things you would generally want to do 

with

>it.












  Return to Index