New Posts New Posts RSS Feed: Mapping Oracle BLOB Data Type
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Mapping Oracle BLOB Data Type

 Post Reply Post Reply
Author
GrMikeD View Drop Down
Newbie
Newbie


Joined: 17-Feb-2008
Location: Greece
Posts: 4
Post Options Post Options   Quote GrMikeD Quote  Post ReplyReply Direct Link To This Post Topic: Mapping Oracle BLOB Data Type
    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?
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post 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?

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down