Hi. How are you all ?
I'm trying to insert some text with chars like 'ã', 'õ'. I'm using a postgres database with the LATIN10 encoding, but when I try to make a INSERT statement via JDBC these chars aren't insert into the database, they are replaced by '?'. Could you help me with this question. Is this a problem with the JDBC driver ? or with the database itself ?
thak you
[]'s
André Gomes