Re: How to insert BLOB?
From: Ole Hansen <rm_oha_rm_at_city.dk>
Date: Wed, 03 Sep 2003 16:11:31 +0200
Message-ID: <3f55f7a8$0$32444$edfadb0f_at_dread16.news.tele.dk>
>>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 - 16:11:31 CEST
Date: Wed, 03 Sep 2003 16:11:31 +0200
Message-ID: <3f55f7a8$0$32444$edfadb0f_at_dread16.news.tele.dk>
Im using the array interface with OCI but still have problems although I now succeeded inserting one row with BLOB columns.
Thanks.
Ole
SoftwareEngr wrote:
> Use GetChunk and PutChunk methods of adodb.recordset > hope that would do > > > Ole Hansen <rm_oha_rm_at_city.dk> wrote in message news:<3f54abe4$0$32520$edfadb0f_at_dread16.news.tele.dk>... >
>>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 - 16:11:31 CEST