Bonjour,
J'ai fait un petit prog pour tester ma connexion à postgresql via jdbc.
Je fait un simple select et je renvoie le résultat sur la sortie.
ça marche jusqu'à ce qu'il rencontre un caractère accentué.
voila ce qu'il me sort alors :
Invalid character data was found. This is most likely caused by stored
data containing characters that are invalid for the character set the
database was created in. The most common example of this is storing
8bit data in a SQL_ASCII database.
j'ai pourtant paramétré mon postgresql de manière à ce qu'il accepte le
jeu de caractère iso-8859-1.