|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Blobs in a DataTableDoes 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 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. -- Show quoteMiha Markic [MVP C#, INETA Country Leader for Slovenia] RightHand .NET consulting & development www.rthand.com Blog: http://cs.rthand.com/blogs/blog_with_righthand/ "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 > |
|||||||||||||||||||||||