Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: OCI: How to insert BLOB?
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
![]() |
![]() |