[Date Prev][Date Next] [Chronological] [Thread] [Top]

JDBC-JNDI bridge character output.



What character set does the JDBC driver output its data in?

Whenever a word contains the norwegian characters æ ø or å the text gets all scrambled up.

FI:
expected result:
	Bjørn

result from jdbc:
	QmrDuHJu


Is it possible to set the output characterset in the connectionsstring or do I need to convert the text after it is retrived from the database?