Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Inserting a long raw column 2

Re: Inserting a long raw column 2

From: Martin Haltmayer <Martin.Haltmayer_at_0800-einwahl.de>
Date: Sun, 07 Jan 2001 15:17:51 +0100
Message-ID: <3A587A8F.9022DE4F@0800-einwahl.de>

Hi Mike,

It is not true that you can always use a LOB instead of LONG (RAW). Example: MDAC 2.5 (OLE DB) which does not know anything about LOBs but knows how to handle LONGs.

The reason is that LONGs do not use handles.

It took us quite an effort to pass our BLOBs as a LONG RAW parameter in a procedure. The solution was to use a global temporary table for conversion.

Martin Received on Sun Jan 07 2001 - 08:17:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US