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
[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
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
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)