Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

asp.net & index server

  Asked By: Karina    Date: Jan 15    Category: Asp.net    Views: 1830
  

i have 2 questions regarding index server:
1.how can i activate index server in .net ?
2.im using index server in asp3.0.
it's working great.
the problem is that all my users are searching hebrew words.
it's also working good but if the user own regional setting in his own machine are set
to a language other than hebrew im getting error message:


CreateRecordset error '80041605'

The query contained only ignored words.

/webs/idxServer/s.asp, line 74

this is my code:


'creating index server com objects
Set objQuery = Server.CreateObject("ixsso.query")
Set objUtil = Server.CreateObject("ixsso.util")
objquery.CodePage = 1255'hebrew
...
objQuery.Query = myQuery
'colums
objQuery.Columns = "Vpath, DocTitle, path,Filename,directory,fileIndex,Create,Characterization"

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Fabiola Ferrrari     Answered On: Jan 15

Yes you can. The Walther Book has a chapter on it.
www.amazon.com/.../learnasp
Just one more reason to buy this great book.

www.devhood.com/.../tutorial_details.aspx

Worse comes to worse you can convert Recordsets to Datasets ala:
docs.aspng.com/.../adorstodataset.aspx

I wish I knew more about this myself and am devoting some resources today and tomorrow and checking with my friends Mac and Felipe on this. They did a lot with files, Index server  and ASP.net.

 
Didn't find what you were looking for? Find more on asp.net & index server Or get search suggestion and latest updates.




Tagged: