Re: postgresql7.0 jdbc driver

From: "Anand Raman" <araman(at)india-today(dot)com>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: postgresql7.0 jdbc driver
Date: 2000-05-03 03:53:36
Message-ID: 005501bfb4b3$28aaefa0$2203a8c0@harry
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

HI guys
Thanx for the quick reply..

When i tried compiling jdbc for postgresql700 I encounter the following error

postgres(at)localhost > make jdbc1
(echo "package postgresql;" ;\
echo "public class DriverClass {" ;\
echo "public static String connectClass=\"postgresql.jdbc1.Connection\";" ;\
echo "}" \
) >postgresql/DriverClass.java
make[1]: Entering directory `/usr/src/postgresql-7.0beta5/src/interfaces/jdbc'
javac -g postgresql/DriverClass.java
javac -g postgresql/Connection.java
postgresql/Connection.java:447: Wrong number of arguments in constructor.
fields[i] = new Field(this, typname, typid, typlen, typmod);
^
1 error
make[1]: *** [postgresql/Connection.class] Error 1
make[1]: Leaving directory `/usr/src/postgresql-7.0beta5/src/interfaces/jdbc'
make: *** [jdbc1] Error 2

same is the case with $ make jdbc2

Thanx for the assitance
Anand Raman

----- Original Message -----
From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Anand Raman <araman(at)india-today(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Tuesday, May 02, 2000 6:49 PM
Subject: Re: [GENERAL] postgresql7.0 jdbc driver

> [Charset iso-8859-1 unsupported, filtering to ASCII...]
> > Hi guys I tried compliling JDBC 1.2 driver for postgresql7.0 ..
> > However things didnt work out as expected.. Can anybody please
> > send it to me thru a personal email.. The site has a version of
> > postgresql.jar but then it was compiled for 6.5.2.. Can i use
> > the same jar file or do i need to get a seperate one for 7.0
> > Any help will be appreciated Bye Anand
> >
> >
>
> We were discussing it just today. We hope to have the web site updated
> soon. Can you describe the problem you are having?
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-05-03 03:53:56 Re: [GENERAL] postgresql7.0 jdbc driver
Previous Message surfer girl 2000-05-03 03:43:19 Re: OID output problems

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-05-03 03:53:56 Re: [GENERAL] postgresql7.0 jdbc driver
Previous Message Bruce Momjian 2000-05-03 03:52:58 Re: pgtksh