UNICODE and JDBC Driver - Mailing list pgsql-jdbc

From David Beardsley
Subject UNICODE and JDBC Driver
Date
Msg-id 004101c3b475$1ccac550$b602a8c0@csgnet.csgpro.com
Whole thread Raw
Responses Re: UNICODE and JDBC Driver  (Jim Wright <JimWright@quick.cz>)
List pgsql-jdbc
I'm working on a project where we need to be able to support characters such
as trademark, copyright and various accents.

Initially our database was created with the SQL character encoding. Data was
entered using an access database connected by ODBC and everything was fine.
The characters show correctly in the Access application.

However, the web portion using the JDBC driver cannot display these
characters and has all sorts of problems. DB Visualizer also complains.

Consequently we dumped the database contents, recreated it with the UNICODE
character set and restored the contents. Now the database and the JDBC
driver are both using UNICODE but it still doesn't work.

We're despairing that we'll have to tell our client they can't use extended
characters. Please tell me this is not the case! Help!!!


pgsql-jdbc by date:

Previous
From: fabian.gerick@web.de (Fabian Gerick)
Date:
Subject: Netbeans database explorer // no tables found
Next
From: Maffeo Gaetano
Date:
Subject: Connection.setCatalog("DBNAME") does not work.....