Re: JDBC driver, PGSQL 7.3.2 and accents characters
От | Davide Romanini |
---|---|
Тема | Re: JDBC driver, PGSQL 7.3.2 and accents characters |
Дата | |
Msg-id | 3E7B9C39.5020004@libero.it обсуждение исходный текст |
Ответ на | Re: JDBC driver, PGSQL 7.3.2 and accents characters (Barry Lind <blind@xythos.com>) |
Ответы |
Re: JDBC driver, PGSQL 7.3.2 and accents characters
Re: JDBC driver, PGSQL 7.3.2 and accents characters |
Список | pgsql-jdbc |
Barry Lind wrote: > Davide, > > Those characters are not part of the SQL_ASCII character set. SQL_ASCII > is 7bit ascii, the characters you are trying to use are all 8bit > characters. You need to create your database with a character set that > supports the characters you are trying to store. LATIN1 or UNICODE > would be good choices. > > thanks, > --Barry You surely are right, but... my data is already stored in the database. And when I work with them with psql or the odbc driver (linking tables in M$ Access) my accents are there without any problem. Why the jdbc driver doesn't work while the others program all work? However thanks for your suggestion. Bye, Romaz
В списке pgsql-jdbc по дате отправления: