If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > extern documents could not be accessed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-11-04, 13:36
rabbit rabbit is offline
Registered User
 
Join Date: Oct 2003
Location: Germany
Posts: 29
extern documents could not be accessed

Hi all,
i have stored 100 Microsoft Word documents in the column with datalink data type. I want to search a word in the column. But during the indexin i get the error message: the documents was not indexed because it could not be accessed.

I have insert many rows in this table.
INSERT INTO doktable_extern(1,
dlvalue('file://Diplom/Dipl_testdaten/Text/dok_ordner1/test1.doc'));
INSERT INTO doktable_extern(2,
dlvalue('file://Diplom/Dipl_testdaten/Text/dok_ordner1/test2.doc'));
INSERT INTO doktable_extern(3,
dlvalue('file://Diplom/Dipl_testdaten/Text/dok_ordner1/test3.doc'));

It is no problem. But how can i do so that the documents could be accessed? I have no idee. Please help!



thank you very much and greeting from germany!

rabbit
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On