Retrive BLOB from External Database

0
Hi theres,   i am trying to retrive an object from oracle database, oracle table has a column with type BLOB, so i retrive it to a Binary attribute, whole object rerieved exceptthis BLOB always returned as a empty.       any ideas?
asked
2 answers
1

Don't store it  in binary attribute but in a specialization of filedocument  or image.

answered
0

Hi,

 

I have the same problem here.

Did you already find a solution for this?

We need to migrate attachments from an Oracle database into a Mendix database, however we did not succeed to get the actual blob contents back from Oracle in order to create a specialization of file document.

 

Kind regards,

Elco

answered