Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old November 7th, 2004, 06:26 PM
zdul zdul is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 4 zdul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
debug code

hi,
I have code to search in documents using VB and index service but there is error in code i need one to debug that code for me,the error is "object required" in line :Set oQuery = Server.CreateObject("ixsso.Query").
the code is:
Dim sSearchString
Dim oQuery

sSearchString = "Search Para"

Const SEARCH_CATALOG = "catalog_name" 'remember to change this
Set oQuery = Server.CreateObject("ixsso.Query")

oQuery.Catalog = SEARCH_CATALOG

oQuery.Query = "@all "
'---------------------------------------------------------
oQuery.MaxRecords = 200
oQuery.SortBy = "rank[d]"
oQuery.Columns = "DocAuthor, vpath, doctitle, FileName, Path, Write, Size, Rank, Create, Characterization, DocCategory"
Set oRS = oQuery.CreateRecordSet("nonsequential")
'%>
'<%
If oRS.EOF Then
Response.Write "No pages were found for the query <i>" & sSearchString & "</i>"
Else
Do While Not oRS.EOF
'''' Here You Can Display it, the Way You Want Now.
'---------------------------------------------------------
MsgBox "\nFileName:</b> " & oRS("FileName") & "\n"
MsgBox "\ndoctitle:</b> " & oRS("doctitle") & "\n"
MsgBox "\nSize:</b> " & oRS("Size") & "\n"
MsgBox "\nCreate:</b> " & oRS("Create") & "\n"
MsgBox "\nWrite:</b> " & oRS("Write") & "\n"
MsgBox "\nCharacterization:\n " & oRS("Characterization") & "\n"
'---------------------------------------------------------

oRS.MoveNext
Loop
End If

Reply With Quote
  #2  
Old November 7th, 2004, 10:04 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 19 h 13 m
Reputation Power: 180
Is Index Server installed on your web server?
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
  #3  
Old November 8th, 2004, 01:23 PM
zdul zdul is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 4 zdul User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
windows XP

I use windows XP,so I need this code(VB code) to retrieve documents stored on my PC
I need to search in those documents,means to search like index service does.
if you mean index service which inside computer management>>index service.it is working.
if not this tell me please what can I do.
Quote:
Originally Posted by Doug G
Is Index Server installed on your web server?

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > debug code


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway