Re: Java String saving as unicode in database - Mailing list pgsql-jdbc

From dmp
Subject Re: Java String saving as unicode in database
Date
Msg-id 525AFD3E.2030506@ttc-cmc.net
Whole thread Raw
In response to Re: Java String saving as unicode in database  (dmp <danap@ttc-cmc.net>)
List pgsql-jdbc
I have cleaned up the Test_UTC.java class and renamed it to
PostgreSQL_JDBC_Test. Corrected some stuff. This class can
be used as a generic test bed for PostgreSQL JDBC connections.

Just add a new method for your test case. I will leave this
one in this location and update if needed.

**REPLACED -->> Test_UTC.java WITH PostgreSQL_JDBC_Test.java

http://dandymadeproductions.com/temp/PostgreSQL_JDBC_Test.java

danap.

dmp wrote:
> As John said. Download and use the complete code from the
> example given before. Fill in in main() database, username, &
> password.
>
> Compile:
> javac Test_UTC.java
>
> Run:
> java Test_UTC
>
> Look at the cmd line output text and the JPanel text. This will
> tell the story.
>
> Test_UTC code.
> http://dandymadeproductions.com/temp/Test_UTC.java
>
> danap.


pgsql-jdbc by date:

Previous
From: dmp
Date:
Subject: Re: Java String saving as unicode in database
Next
From: Marc Cousin
Date:
Subject: Re: problem with LargeObject and commit