Re: how to store a document file?

2002-04-03 Thread rsequeira


How about a BLOB type

RS




Nancy Crisostomo Martinez [EMAIL PROTECTED] on 04/03/2002
03:18:32 PM

Please respond to Tomcat Users List [EMAIL PROTECTED]

To:   [EMAIL PROTECTED] [EMAIL PROTECTED],
  [EMAIL PROTECTED] [EMAIL PROTECTED],
  Tomcat Users List [EMAIL PROTECTED]
cc:

Subject:  how to store a document file?

Hi!
Does any of you know how to store a formatted document (text with bolds,
italics, etc) just like a Word document or html file in an Oracle
database?
Do you know what datatype the record must have?
And how does it is stored in programming (Java Code)? you could give me
a trick (Java code) to do it ...

Thanks in advance!!
Nancy.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]









--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re: how to store a document file?

2002-04-03 Thread Jason Johnston

If you want to store an actual Word file, you should do it as a BLOB (Binary Large 
OBject or Binary Logical OBject depending on your school of thought).  I don't have 
any code examples but Java does have some tools for storing and retreiving BLOB's from 
an Oracle database.



how to store a document file?

2002-04-03 Thread Nancy Crisostomo Martinez

Hi!
Does any of you know how to store a formatted document (text with bolds,
italics, etc) just like a Word document or html file in an Oracle
database?
Do you know what datatype the record must have?
And how does it is stored in programming (Java Code)? you could give me
a trick (Java code) to do it ...

Thanks in advance!!
Nancy.


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: how to store a document file?

2002-04-03 Thread kalbee

I would store it as HTML in a text field -- that works great, and you don't
have to deal with blobs -- I'm not sure what I'd do with rich text format,
but HTML works great.

Kim 




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]