Re: Column Format to store Word documents

From: mgumbs <mgumbsNOmgSPAM_at_hotmail.com.invalid>
Date: 2000/06/09
Message-ID: <0b03ae32.3276a4f2_at_usw-ex0105-040.remarq.com>#1/1


Column BLOB

Use DBMS_LOB to store the document in it. If you are using forms, an OLE container mapped to your BLOB database field should do the trick.

Retrieving the BLOB cannot be done directly using PL/SQL and DBMS_LOB, you'll need an external procedure to write the binary info to file.

See oracle documentation for more details

M

  • Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * The fastest and easiest way to search and participate in Usenet - Free!
Received on Fri Jun 09 2000 - 00:00:00 CEST

Original text of this message