Using index server with ADO calls | Database Journal

Using index server with ADO calls

Nov 14, 2001
1 minute read

Using Index Server’s
Objects

Did you know that you can use the Index Server, the
content indexing engine included with IIS4, as you would any other database? You
can make ADO calls to it and search your site, providing you with an excellent
search engine for your webs.

It’s pretty simple, really. You just declare the
objects, make the calls to then engine and then reference the properties,
columns and values that you ask for.  Pretty nifty, eh? 

"OK, so how do I do this?" you’re asking…
It’s as easy as this:

  1. Set up the form page that will prompt the user for their input, to be
    passed to the Index server engine.
  2. Set up the ASP page that will query the engine and show the results
  3. Test… (of course…)

Let’s take a look at the code that’s used by swynk.com in the left-column
Search… tool.

Database Journal Logo

DatabaseJournal.com publishes relevant, up-to-date and pragmatic articles on the use of database hardware and management tools and serves as a forum for professional knowledge about proprietary, open source and cloud-based databases--foundational technology for all IT systems. We publish insightful articles about new products, best practices and trends; readers help each other out on various database questions and problems. Database management systems (DBMS) and database security processes are also key areas of focus at DatabaseJournal.com.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.