|
|
|
|
|
| | |
|
vbscript active server pages ASP vbscript SQL database informix oracle SQL Server Perl CGI Delphi PHP source code code sample samples program CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
How to specify multiple catalogs in objQuery.Catalog |
From: |
Phoebe Chang |
Date: |
7/14/2000 12:17:44 PM |
IP: |
206.66.2.100 |
According to MSDN documentation, you can specify more than one index server catalog by separating each with a comma, and their example is:
objQuery.Catalog="query://search.microsoft.com/kb"
First of all, that syntax did not work at all in my case, I was able to get it to work by using the directory path, e.g.
Q.Catalog = "e:\inetpub\index\indexname"
But I am really at a lose as to how to put in multiple catalogs to catalog name string. Help much appreciated!
|
|
|
|
|
|
|
|
|
|
|
|
|