Re: CLOB -> DLL

From: Ken Wallis <kenws_at_empower.aust.com>
Date: Wed, 22 May 2002 11:07:10 +1000
Message-ID: <3ceaef3f_at_news.comindico.com.au>


"Andrew Kompaneev" <akomp_at_redler.zzn.com> wrote

> Who knows about inherit of typedef struct OCILobLocator?
> Or I need pass PL/SQL CLOB to external function as (void *buf) and CLOB
can
> be more then 32K.
> Or I need pass PL/SQL CLOB to IBM MQSeries function MQPUT and get CLOB
from
> MQGET.
> Who knows it and can help me?

[Quoted] Once you have an OCILobLocator for your CLOB, your OCI code needs to use OCIRead() to get the data associated with the LOB. You can then pass the data as a void * to MQ Series.

HTH,

--
Ken Wallis
Empower Data Solutions Pty Limited
Blue Mountains, Sydney, Australia

Envision, enable, enhance ... Empower
Received on Wed May 22 2002 - 03:07:10 CEST

Original text of this message