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: Reading RAW type from VB.NET ?

Re: Reading RAW type from VB.NET ?

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Mon, 29 Mar 2004 10:58:43 +0100
Message-ID: <4067f354$0$3309$ed9e5944@reading.news.pipex.net>


I would certainly expect to pass it to a byte array, This works for BLOB columns and i see no reason why it wouldn't for RAW columns - though I wouldn't recommend actually using RAW..

-- 
Niall Litchfield
Oracle DBA
Audit Commission UK
"James Ramaley" <jramaley_at_iname.com> wrote in message
news:f84e229a.0403271340.3aa1a3a2_at_posting.google.com...

> I am using a stored procedure to read a RAW type column from VB.NET.
> What is the equivalent type in VB.NET? Ideally it should be an array
> of bytes, or is it not that simple?
>
> thanks
Received on Mon Mar 29 2004 - 03:58:43 CST

Original text of this message

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