Home All Groups Group Topic Archive Search About
Author
19 Oct 2006 6:58 PM
Rex the Strange
Does anyone know, offhand, how to distinguish between a "blob" type
field and a "long raw" type field from an Oracle database?  The
DataTable reports them both as being type Byte[] (Byte Array).

tia,

rts

Author
21 Oct 2006 7:33 AM
Miha Markic [MVP C#]
Without additional info you can't since both Oracle data types are mapped
into byte[] as you see.
But why would you need? This kind of mapping usually belongs to a data
adapter.

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

Show quote
"Rex the Strange" <roger.m***@widgetinc.com> wrote in message
news:1161284338.731230.19130@m73g2000cwd.googlegroups.com...
> Does anyone know, offhand, how to distinguish between a "blob" type
> field and a "long raw" type field from an Oracle database?  The
> DataTable reports them both as being type Byte[] (Byte Array).
>
> tia,
>
> rts
>

AddThis Social Bookmark Button