cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

upload binary file with DSEEntry

daniel_rothmund
Participant
0 Kudos
230

Hi ,

I have created a Class for a upload pictures to the IDM Database .

Now I have the problem with the upload.... and the mssql datatype.

At the moment the type is binary(max)

is there any option to add a byte[] to DSEntry.put ?
It seems that DSEntry always try a cast to string , and when put a byte[] I receive an exception.

Regards

View Entire Topic
daniel_rothmund
Participant
0 Kudos

Have someone any solution ?