Home » Developer & Programmer » Forms » Display Word Document
Display Word Document [message #190793] Fri, 01 September 2006 05:01 Go to next message
RJ.Zijlstra
Messages: 104
Registered: December 2005
Location: Netherlands - IJmuiden
Senior Member
Hi List,

Forms 6i, Oracle db 10GR2

A question which looks simple, but got me stumped:

I created a table:

CREATE TABLE DOCS
(
DOCS_ID INTEGER NOT NULL,
INHOUD CLOB NULL
)

Through Forms I can INPUT values in the clob-column. But if the data is a word_document, I can input it, but not 'output' it in MS-Word.

Is it really necessary to first ( through dbms_lob pkg ) extract the clob, save it on a disk location, and then open Word to open that file?

Again, when I want to create a new document, I can do it through Forms directly, so it seems to me rather strange one cannot open directly.

Any help, pointers etc will be appreciated. I googled, searched through forums, but alas..

Regards

Rob Zijlstra
Re: Display Word Document [message #191097 is a reply to message #190793] Mon, 04 September 2006 10:12 Go to previous messageGo to next message
A Ikramur Rahman
Messages: 81
Registered: May 2004
Member
For saving a word document onto database, use BLOB datatype instead of CLOB.
Re: Display Word Document [message #192081 is a reply to message #190793] Sun, 10 September 2006 20:58 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you solved your problem?

David
Re: Display Word Document [message #192256 is a reply to message #192081] Mon, 11 September 2006 10:14 Go to previous message
RJ.Zijlstra
Messages: 104
Registered: December 2005
Location: Netherlands - IJmuiden
Senior Member
Hi David,

No I did not solve it. I'm 'buried' in other work at the moment.

Thanks for the interest.

regards

Rob Zijlstra
Previous Topic: Dynamic Procedure Calling
Next Topic: problem Attaching a library
Goto Forum:
  


Current Time: Fri Sep 20 10:35:36 CDT 2024