Subject | Re: Strange errors with JDBC driver |
---|---|
Author | rrokytskyy |
Post date | 2002-05-03T15:16:50Z |
Thanks for help!
DPB (database parameters buffer), it is defaulted to NONE by database
server. And if you have some non-NONE columns, getting/setting data
there will cause server to perform transliteration. Also I do not
know if there's any way to get database charset before making a
connection.
Best regards,
Roman Rokytskyy
> I still don't understand why you allways have to specify theAccording to Firebird/InterBase API, if you do not specify charset in
> characterset, defaulting to the charset a database is in when not
> specified looks like a very natural option to me.
DPB (database parameters buffer), it is defaulted to NONE by database
server. And if you have some non-NONE columns, getting/setting data
there will cause server to perform transliteration. Also I do not
know if there's any way to get database charset before making a
connection.
Best regards,
Roman Rokytskyy