how to insert the letter "ñ"

From: "Raymund" <rasejo(at)amazing-lifestyles(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: how to insert the letter "ñ"
Date: 2002-10-24 08:20:37
Message-ID: 000f01c27b36$3b86b6d0$1611a8c0@amazinglifestyles.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

I recently noticed that when I insert the letter “ñ” on my table using
the pgsql 7.2 jdbc driver, “?” instead of the said letter appears. I
have tried to insert it the command line and was able to insert it
correctly. The data type that I used was “text”.

How can I insert it with out changing the column’s data type?

Regards,

raymund

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-10-25 02:57:45 Re: [PATCHES] Anoter JDBC Error
Previous Message Barry Lind 2002-10-24 02:13:04 Re: Bug in getClob() in 7.2 jdbc2 driver?