Subject | Re: [Firebird-Java] RE: JDBC driver problem |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-08-13T17:44:14Z |
> I'm working to fix it - you may have noticed drafts of new INTLYup! I have noticed that, but I did not follow the discussion later.
> interface floating around, but I would not expect to get it to work
> very soon.
> But your reasononing is sound, especially in light of fact thatOk, then I keep using the client encoding. Would it be correct to write in
> metadata BLOBs are marked as UNICODE_FSS, but store data in client
> character set.
the JayBird release notes that people should not rely on server converting
BLOB contents to the client encoding and they better use either
getBinaryStream() or getBytes() instead of getCharacterStream() or
getString() for text blobs?
Roman