Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 23rd, 2004, 10:47 PM
Authorized User
 
Join Date: Oct 2003
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to salman
Default problems in indexserver

Dear Mr.
Hi
I’m doing some important work for finding Files containing text by using Index Server. I’ve explore your code and tried it. I’m feeling some of following problems which needs your consideration. Hoping your will help and guide me. Thanks
1. why this code is not finding files containing text from .ppt (MS Power Point). Although it is part of MS Office.
2. how this code finding files from .pdf. Although according to Index server help. Its finding from only text files and also MS Office files. For .pdf and others use iFilter ( a third party software). What’s the reason for finding .pdf from your code without using .IFilter.
3. Its feature Characterization display some initial row or data from files either or not our prescribed text uses in it. I want to display some row only in with containing text should be.
4. Some words skip from these searches although those exist in it, why?
what is the difference between connectivity by provider=msidxs

Set objConn = Server.CreateObject("ADODB.Connection")
  objConn.ConnectionString = "provider=msidxs; Data Source=" & strCatalog
  objConn.Open
  '-- create a recordset to hold the data
  Set objRS = Server.CreateObject("ADODB.RecordSet")
  objRS.CursorLocation = 3 'adUseClient
  objRS.Open strSearch, objConn, 0, 1 'adOpenForwardOnly, adLockReadOnly


abd Set objQuery = Server.CreateObject("ixsso.Query")

    ' Set it's properties
    With objQuery
        .Catalog = "IS-Sample" ' Catalog to query
        .Query = strQuery ' Query text
        .MaxRecords = 10 ' Max # of records to return


Please reply me soon in this reagards with a lot of thanks
Regards
Ahmad Salman





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems already! KennySargent BOOK: Professional XNA Programming 2nd Edition ISBN: 978-0-470-26128-6 4 April 7th, 2008 03:36 AM
c problems saurabh1983in C++ Programming 6 November 29th, 2005 04:23 AM
validate.asp problems and logon.asp problems p2ptolu Classic ASP Databases 0 February 16th, 2005 02:34 PM
more problems Andy122 Dreamweaver (all versions) 5 January 6th, 2005 04:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.