Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Need to call SQL Server stored procedure with binary(10) datatype from Talend tMSSqlSP.
initial string(22) 0x00000709000000D00001 being converted in tJavaRow using .getBytes() method to byte[] length 10 field
but after SP call treated on database side as 0x30783030303030373039
Any ideas what am i doing wrong?