mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CryptoAlgo Inc
daad8a087a
|
4 years ago | |
---|---|---|
.. | ||
adovbs.inc | 4 years ago | |
advquery.asp | 4 years ago | |
advsqlq.asp | 4 years ago | |
default.htm | 4 years ago | |
deferror.htx | 4 years ago | |
fastq.htm | 4 years ago | |
fastq.htx | 4 years ago | |
fastq.idq | 4 years ago | |
hilight.gif | 4 years ago | |
htxerror.htx | 4 years ago | |
idqerror.htx | 4 years ago | |
ie.gif | 4 years ago | |
install.bat | 4 years ago | |
is2bkgnd.gif | 4 years ago | |
is2foot.inc | 4 years ago | |
is2logo.gif | 4 years ago | |
is2style.css | 4 years ago | |
ixqlang.htm | 4 years ago | |
ixtiphlp.htm | 4 years ago | |
ixtipsql.htm | 4 years ago | |
navbar.htm | 4 years ago | |
qfullhit.htw | 4 years ago | |
qsumrhit.htw | 4 years ago | |
query.asp | 4 years ago | |
query.htm | 4 years ago | |
query.htx | 4 years ago | |
query.idq | 4 years ago | |
rankbtn1.gif | 4 years ago | |
rankbtn2.gif | 4 years ago | |
rankbtn3.gif | 4 years ago | |
rankbtn4.gif | 4 years ago | |
rankbtn5.gif | 4 years ago | |
readme.txt | 4 years ago | |
reserror.htx | 4 years ago | |
sqlqhit.asp | 4 years ago | |
sqlqhit.htm | 4 years ago | |
win2k.gif | 4 years ago |
readme.txt
//+-------------------------------------------------------------------------
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
// PARTICULAR PURPOSE.
//
// Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
//
// Sample Name: IISSearch - Sample Forms for Querying Indexing
// Service using Internet Information Services
//
//--------------------------------------------------------------------------
Description
===========
The IISSearch sample is a set of HTML and ASP forms that demonstrates how
to use Internet Information Services (IIS) to query Indexing Service.
The forms use Indexing Service Query Language queries and the Query Helper
API, use SQL queries and the ADO and Query Helper APIs, and use IDQ+HTX
and the ISAPI Extension API.
Path
====
Source: mssdk\samples\winbase\indexing\IISSearch\
User's Guide
============
* To install the sample files
1. Open a command window and change the directory to the source path
of the sample.
2. Determine where your inetpub directory resides.
* If it resides on %SystemDrive%, you can use the install.bat
file without modifying it.
* If it resides on another drive, modify the dst environment
variable in the install.bat file to define the location of
your inetpub directory.
3. At the command-line prompt, type "install".
The sample files are copied to the directory specified by the
dst environment variable, which is, by default,
%SystemDrive%\inetpub\iissamples\issamples.
* To use the sample forms
1. Start Internet Explorer.
2. Type in the URL "http://localhost/iissamples/issamples/default.htm".
3. In the left frame, select the sample query to execute.
Programming Notes
=================
The sample files include the following.
advquery.asp
------------
An advanced Active Server Page (ASP) example written in VBScript and
JScript that illustrates server-side scripting to execute Indexing
Service Query Language queries using the Query Helper API.
advsqlq.asp
------------
An advanced ASP example written in VBScript and JScript that
illustrates server-side scripting to execute SQL queries using the ADO
and Query Helper APIs.
default.htm
-----------
An HTML page that provides easy access to each sample.
fastq.htm, fastq.idq, fastq.htx
-------------------------------
An optimized IDQ+HTX example that uses the ISAPI Extensions API.
query.asp
---------
A simple ASP example written in VBScript and JScript that illustrates
server-side scripting to execute Indexing Service Query Language queries
using the Query Helper API.
query.htm, query.idq, query.htx
-------------------------------
A simple IDQ+HTX example that uses the ISAPI Extensions API.
sqlqhit.asp, sqlqhit.htm
------------------------
A simple ASP example written in VBScript that illustrates executing
queries using the OLE DB Provider for Indexing Service API.