Re: BINARY
- From: info@xxxxxxxxxxxxx
- Date: 31 May 2006 10:07:53 -0700
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
.
- Follow-Ups:
- Re: BINARY
- From: joeNOSPAM@xxxxxxx
- Re: BINARY
- References:
- BINARY
- From: info
- Re: BINARY
- From: joeNOSPAM@xxxxxxx
- BINARY
- Prev by Date: Re: BINARY
- Next by Date: Re: BINARY
- Previous by thread: Re: BINARY
- Next by thread: Re: BINARY
- Index(es):