Posted: Tue Mar 21, 2006 9:56 pm Post subject: BO Datatype
Acolyte
Joined: 01 Aug 2005 Posts: 59 Location: India
Hi,
I would like to know what is the datatype to be given for an attribute which is a BLOB in the target table? Somehow, when I use ODA to generate the BO for such an 'Oracle' table having BLOB columns, it fails to create the same.
Where should I look in for more information? _________________ ...: 5|71+ph1|23 :...
I dont think there is direct support for BLOB data type in the BO.
You can create BOs with attributes as String. Then the incoming hexadecimal value will be stored in the BO as such in the frm of String. Then you would have to come up with your own data handlers to convert it into a BLOB for storing it into the table.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum