Problem retrieving values from database
Hi all,
I'm using Oracle in the backend of my web application. I have certain danish characters which appear fine when i view them in TOAD, but when i try to retrieve these from the database using<resultset>.getString(); it shows a '?' in place of the special characters.
Can anyone please help me with this

