Re: BINARY



thank you joe,

ok my export show's like that:

byte[] byteValue = rSet.getBytes(j);
String value = byteValue.toString();

The value-String I will save in an file.
Later i read the file an import the value like that:


byte[] varByte = value.getByte();
pstmt.setBytes(1, varByte);


But I will get some strange data.
Any idea?

Thank you...
Stefan

.