Re: [HACKERS] Re: PostgreSQL JDBC Unicode Support

2001-03-21 Thread Peter T Mount
Quoting Tatsuo Ishii <[EMAIL PROTECTED]>: > [Cced: to PostgreSQL hackers list] > > Alexander, > > I believe this problem was fixed in the latest JDBC driver, that is > supposed to be shipped with 7.1. It asks your database which encoding > is used for particular database while connecting to the

[HACKERS] Re: PostgreSQL JDBC Unicode Support

2001-03-20 Thread Tatsuo Ishii
[Cced: to PostgreSQL hackers list] Alexander, I believe this problem was fixed in the latest JDBC driver, that is supposed to be shipped with 7.1. It asks your database which encoding is used for particular database while connecting to the database. So you should be able to see "select getdataba

Re: [HACKERS] Re: PostgreSQL JDBC

2001-02-24 Thread Peter Mount
At 13:05 23/02/01 -0500, Jeff Duffy wrote: >On Fri, 23 Feb 2001, Andy Engdahl wrote: > > > I seem to be having some problems w/ the psql jdbc driver. I'm able to > load the driver, but as soon as I try to connect w/ the database. here's > my code: > > > > import java.sql.*; > > > > public class

[HACKERS] Re: PostgreSQL JDBC

2001-02-23 Thread Jeff Duffy
On Fri, 23 Feb 2001, Andy Engdahl wrote: > I seem to be having some problems w/ the psql jdbc driver. I'm able to load the >driver, but as soon as I try to connect w/ the database. here's my code: > > import java.sql.*; > > public class dataBase { > public static void main(String [] args)