From: | Zeljko Trogrlic <zeljko(at)technologist(dot)com> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org |
Subject: | RE: JDBC and Unicode problem |
Date: | 2000-09-11 10:18:45 |
Message-ID: | 4.1.20000911121148.018aaed0@192.168.0.7 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces |
Thanks. I checked code and the idea seems fine. I hope it will fine the way
to regular JDBC driver soon. It similar to idea I sent few days ago - all
great minds thinks similar :)
BTW is there anonymous CVS account on PostgreSQL repository?
At 09:13 11.9.2000 , Tatsuo Ishii wrote:
>MOTOKI Sinichi, a subscriver of our PostgreSQL local mailing list, has
>made a patch for 7.0.2 JDBC driver. With the patch and MB enabled
>installation (configure --enable-multibyte=UNICODE), you could use
>UTF-8 acording to him. You will need to create db with -E UNICODE if
>you did just --enable-multibyte (witout =UNICODE), or you choose other
>encodings.
>--
>Tatsuo Ishii
>
>> I was thinking of parameter's to the JVM on startup (like
>> -Djdbc.driver=org.postgresql.Driver )
>>
>> As for connection properties, yes they are an ideal place, and back in the
>> 6.3 days we used to use them so the mechanism is in there. I think the
>> connection properties is the way to go, as it would then work everywhere.
>>
>> Peter
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Mount | 2000-09-11 10:35:38 | RE: Performance issue with JDBC |
Previous Message | Tatsuo Ishii | 2000-09-11 07:13:29 | RE: JDBC and Unicode problem |