Subject | Re: [Firebird-Java] Re: Approaches at JB-to-FB conenctions regarding charsets |
---|---|
Author | Roman Rokytskyy |
Post date | 2012-07-03T11:47:05Z |
>> There is no other option, because it will *NEED* to be converted toaha, how that is different from corrupting a database? c'mon, do not
>> Strings in Java due to JDBC requirements and therefor you *HAVE* to
>> select an encoding.
>
> Okay, you may fail trying to get those fields as strings instead of
> as byte arrays.
>
> If there is no requirement that string field must always give correct
> value - then it might work.
invent workarounds.
> Since i don't know JDBC, i can't say if String Field would allowYes, each field can be accessed via "AsXXX" methods. The driver is
> other types of access than AsString. Can one get is as raw byte array
> or not ?
supposed to perform the type conversion. But even if it provides access
to raw data, you cannot suggest that as a standard accessor for
CHAR/VARCHAR fields.
Roman