Re: storing word files in database

From: Tom Zamani <tomz_at_redflex.com.au>
Date: Mon, 20 Mar 2000 17:39:41 +1100
Message-ID: <8b4hi2$t48$1_at_perki.connect.com.au>


[Quoted] If you have Oracle 8.X then you can use dbms_lob package. if not then you have to use long raw which is a bit of pain.

using Lob(large objects) in oracle you can have few different data types (clob, blob bfile ....)
[Quoted] The one that you need to use would be blob(binary large object). Look at the oracle doc regarding this package. It has been explained very clearly.
Tom

[Quoted] Zia <rashid_at_euphony.net> wrote in message news:8b3htp$2pp0$1_at_quince.news.easynet.net...
> I want to store word files in a database table I have a when button
> pressed trigger which produces standard letters in word and saves them on
a
> file system within your PC i.e c:\windows\etc ..
>
> Is there any way I can store these word files within a database table
>
>
Received on Mon Mar 20 2000 - 07:39:41 CET

Original text of this message