HighTechTalks DotNet Forums  

MSWord doc into Web App and store them in a SQL database

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss MSWord doc into Web App and store them in a SQL database in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
DQ dont quit
 
Posts: n/a

Default MSWord doc into Web App and store them in a SQL database - 12-02-2005 , 12:31 PM






I'm currently working on a ASP.Net / C# / SQL 2000 project that involves the
input of keywords and MSWord documents into a web app and storing them in a
SQL database.. This information will then be used to perform weighted
searches on the keywords and text of the MSWord documents. How might this
best be accomplished?
--
DQdontquit

Reply With Quote
  #2  
Old   
Rainier [MCT]
 
Posts: n/a

Default RE: MSWord doc into Web App and store them in a SQL database - 12-12-2005 , 02:57 AM






Well I programmed something like that a couple of years ago.
I stored the word documents on a harddrive searched throught them using
indexing service. You can use this service from within Sql Server.
Sql Server had a table with the names of the files to keep history
information.

Kind Regards.

--
Rainier van Slingerlandt
(Freelance trainer/consultant/developer)
www.slingerlandt.com


"DQ dont quit" wrote:

Quote:
I'm currently working on a ASP.Net / C# / SQL 2000 project that involves the
input of keywords and MSWord documents into a web app and storing them in a
SQL database.. This information will then be used to perform weighted
searches on the keywords and text of the MSWord documents. How might this
best be accomplished?
--
DQdontquit

Reply With Quote
  #3  
Old   
DQ dont quit
 
Posts: n/a

Default RE: MSWord doc into Web App and store them in a SQL database - 12-12-2005 , 04:15 PM



Do you think today it would be best to take advatage of SQL's Full Text File
searches on the Word docs since I can't see how I could store the text for
the doc file in the database if it contains more than 255 characters.
--
DQdontquit


"Rainier [MCT]" wrote:

Quote:
Well I programmed something like that a couple of years ago.
I stored the word documents on a harddrive searched throught them using
indexing service. You can use this service from within Sql Server.
Sql Server had a table with the names of the files to keep history
information.

Kind Regards.

--
Rainier van Slingerlandt
(Freelance trainer/consultant/developer)
www.slingerlandt.com


"DQ dont quit" wrote:

I'm currently working on a ASP.Net / C# / SQL 2000 project that involves the
input of keywords and MSWord documents into a web app and storing them in a
SQL database.. This information will then be used to perform weighted
searches on the keywords and text of the MSWord documents. How might this
best be accomplished?
--
DQdontquit

Reply With Quote
  #4  
Old   
Rainier [MCT]
 
Posts: n/a

Default RE: MSWord doc into Web App and store them in a SQL database - 12-13-2005 , 03:10 AM



eYes, if I had to develop a search thrue Wrod documents keeping a reference
in a SQL Server I would do the same thing again.
I wouldn't store the documents in de database evendo it is possible (blobs
of binairy data)

The search engine of the operating system takes the biggest load of your
shoulder developing a search engine. So I would use it.

Kind Regards.

--
Rainier van Slingerlandt
(Freelance trainer/consultant/developer)
www.slingerlandt.com


"DQ dont quit" wrote:

Quote:
Do you think today it would be best to take advatage of SQL's Full Text File
searches on the Word docs since I can't see how I could store the text for
the doc file in the database if it contains more than 255 characters.
--
DQdontquit


"Rainier [MCT]" wrote:

Well I programmed something like that a couple of years ago.
I stored the word documents on a harddrive searched throught them using
indexing service. You can use this service from within Sql Server.
Sql Server had a table with the names of the files to keep history
information.

Kind Regards.

--
Rainier van Slingerlandt
(Freelance trainer/consultant/developer)
www.slingerlandt.com


"DQ dont quit" wrote:

I'm currently working on a ASP.Net / C# / SQL 2000 project that involves the
input of keywords and MSWord documents into a web app and storing them in a
SQL database.. This information will then be used to perform weighted
searches on the keywords and text of the MSWord documents. How might this
best be accomplished?
--
DQdontquit

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.