RE: [OFF-TOPIC] CSInline decrypt error 2

2004-02-03 Thread Shapira, Yoav
Howdy, Do you mean to say that it doesn't happen when NOT using Ant? Same with and without Ant. The DB is Oracle 9i with Oracle's own drivers (ojdc14.jar v9.2.0.1). Thanks, Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain

[OFF-TOPIC] CSInline decrypt error 2

2004-02-02 Thread Shapira, Yoav
Hi, Has anyone seen an error message with the title in the subject line before? I get it when I run a java class using ant that contains the following construction: ResultSet rs = ... Blob blob = rs.getBlob(columnName); String str = new String(blob.getBytes(1, (int) blob.length()); The method

Re: [OFF-TOPIC] CSInline decrypt error 2

2004-02-02 Thread Oscar Carrillo
Do you mean to say that it doesn't happen when NOT using Ant? Just wondering. Not too much to add. I'm assuming this is the JDBC driver's inability to handle the streaming for Blobs. What database and driver are you using? I could try it with Postgres 7.4.1 in the near future. I don't really