OLE DB Provider for Index Server

In this article I will explain about Lotus Notes with ODBC Driver.
  • 2077

Introduction

Index Server is a solution built for the Web around CI.As a Web service, it is designed to be highly configurable, provide secure access to your corpus, reliably operate round-the-clock, require minimal intervention, and work seamlessly with IIS.As a search solution, Index Server is designed to have little resource overhead, automatically detect and index a dynamic corpus, provide round-the-clock querying capability, index content and properties of documents in several languages, and be extensible.


Coding

Include "Provider=MSIDXS" in the connection string to use this provider.

 

Standard

Provider=MSIDXS;Data source=MyCatalog;

 

Specifying the user locale

Provider=MSIDXS;Data source=MyCatalog;Locale Identifier=1033;

 

Bridging to OLE DB Provider for Index Server

Provider=MSIDXS;Data source=MyCatalog;


You may also want to read these related articles :
here

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answer here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.