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:

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.

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