Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello everyone,

I'm new to this forum and to be honest a bit new to .net as well.

I have small problem, I'm about to write an intranet application which should

search our server's hard drive for .doc and .xls files no problem with that.

But how to index or search inside .doc or .xls?

They have a lot of files with same or very similar names in shared docs on server, it is really a complete mess.

Please help

Thaks

ivan

  • Administrators
Posted

Doing this yourself will be a lot of work - partly in terms of performance, partly trying to understand the internal structures of the file types.

You may be better of installing the Indexing Service (part of the windows installtion on Win2K or better) and interacting with that from your application.

 

Clicky has a quick overview of what is involved. The basic idea is that the indexing service takes care of all the indexing of the various file types, and you connect to it as a OleDb datasource.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted
You may be better of installing the Indexing Service (part of the windows installtion on Win2K or better) and interacting with that from your application.

I have done before, not difficult to setup.

There is no spoon. <<The Matrix>>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...