Re: [JDBC] RE: Compiling

2001-04-02 Thread Peter T Mount
Quoting Peter Eisentraut <[EMAIL PROTECTED]>: > Marko Kreen writes: > > > On Thu, Mar 29, 2001 at 09:50:04AM +0100, Peter Mount wrote: > > > At 13:04 27/03/01 +0200, Marko Kreen wrote: > > > >On Tue, Mar 27, 2001 at 07:54:15AM +1000, Mike Cannon-Brookes > wrote: > > > > > 3) currently we seem to

Re: [JDBC] Jdbc driver

2001-04-02 Thread Peter T Mount
Quoting sugumar <[EMAIL PROTECTED]>: > Connection con=DriverManager.getConnection ("jdbc:postgresql://192.168.230.148/meeting,postgres,postgres"); Your url is wrong, it should read > Connection con=DriverManager.getConnection ("jdbc:postgresql://192.168.230.148/meeting","postgres","postgres");

Re: [JDBC] JDBC2.0 Support

2001-04-02 Thread Peter T Mount
Quoting Pattabi Raman <[EMAIL PROTECTED]>: > We have Postgres 7.0.3 running on Red Hat 7.0. The JVM installed is from > Blackdown.org. We are using jdbc7.1_1.2.jar driver. > > We are unable to use the JDBC2.0 methods. > For example: > we tried calling > DatabaseMetaData.supportsResultSetType(in

Re: [JDBC] RE: Problem connecting to JDBC 7.0-1.2 driver

2001-04-02 Thread Peter T Mount
Quoting "B.N.V. Raman" <[EMAIL PROTECTED]>: > I tried both methods: > > 1. Class.forName("postgresql.Driver"); (in the code) 7.0 and later it's "org.postgresql.Driver" > 2. omitting the above code and trying: java > -Djdbc.drivers=postgresql.jar Nope, -Djdbc.drivers=org.postgresql.Driver Pet

[JDBC]

2001-04-02 Thread Joel Seguillon
Hi, I'm trying to use JDBC driver for postgres but have a problem with UNICODE. I can insert UNICODE values but I can't compare them unless they are under 00ff... When I try to compare values that are over 00ff always return true : // inserting a Unicode value in the database s