Print Page | Close Window

Mapping Oracle BLOB Data Type

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=2508
Printed Date: 14-Sep-2025 at 12:27am


Topic: Mapping Oracle BLOB Data Type
Posted By: GrMikeD
Subject: Mapping Oracle BLOB Data Type
Date Posted: 14-Feb-2011 at 3:23pm
Hi,

I need to map an Oracle column of BLOB data type using Ideablade. Yet, the mapper shows it as a string and if I change to Byte[] a runtime exception is raised while creating the object.

Any idea?



Replies:
Posted By: kimj
Date Posted: 15-Feb-2011 at 1:40pm

Changing the DataType to a byte[] in the ORM should be sufficient.  Can you post the exception you're seeing, along with the stack trace?  Also, how are you creating the entity and setting this property?




Print Page | Close Window