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