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

Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI: How to insert BLOB?

Re: OCI: How to insert BLOB?

From: stuart coupe <stuart.coupe_at_easysoft.com>
Date: Wed, 03 Sep 2003 09:23:26 +0100
Message-ID: <bj48ca$ff1s1$1@ID-205574.news.uni-berlin.de>

Try using the 'returning' SQL construct. The manuals describe it better than I can ;)

Cheers,
Stuart.

On Tue, 02 Sep 2003 16:34:55 +0200, Ole Hansen wrote:

> Hi,
>
> Is it possible to insert BLOB data without doing a select first? I have
> data available and want to insert a row with BLOB data.
>
> Should I use the callback function with OCILobWrite() or is it not
> possible at all without doing a select?
>
> How about using a temporary LOB? I have tried everything I could come up
> with but nothing seems to work.
>
> Thanks in advance?
> Br,
> Ole Hansen
Received on Wed Sep 03 2003 - 03:23:26 CDT

Original text of this message

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