Subject | Re: [Firebird-Java] Re: Problem when using Firebird + Hibernate + Blob fields |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-09T18:03:01Z |
> Now I did it and you're right, the error is gone.Ok.
> But still, it doesn't insert the value I entered, inserting something likeCan you give me a standalone reproducable test case? The [B@... means that
> [B@4fdf11... apparently everything I did is right, but if it doesn't work
> is because it isn't right :)
for some reason byte[] was converted to a string (for example in some
System.println(...) method).
Roman