on 2011 Nov 16 9:04 AM
I'm using an older version of ASA (9) with jconn 5.5 and running into an issue with some pretty basic java code:
byte[] bytes = rs.getBytes( 1 );
Column 1 is declared as a LONG BINARY. The issue is, sporadically, the data returned is truncated. It happens with all data sizes, but I see it most when data is larger than 8Mb. I tried getting it as a binary stream but that has the same issue. I'm thinking it is a driver issue since the data was retrieved OK using xp_write_file from isql.
Environment:
jconn 5.5
windows 2003 32bit
jdk 1.5
User | Count |
---|---|
66 | |
10 | |
10 | |
10 | |
10 | |
8 | |
6 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.