Re: Sun J2SE 1.4 + postgresql-jdbc3-7.3.jar + Postgresql

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Joel Franco Guzmán <joel(dot)franco(at)3WT(dot)com(dot)br>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Sun J2SE 1.4 + postgresql-jdbc3-7.3.jar + Postgresql
Date: 2003-03-02 14:47:12
Message-ID: 1046616432.1418.3.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Joel,

We don't support all of jdbc3 methods yet. we do accept patches for them
though ;)

Dave
On Wed, 2003-02-26 at 22:42, Joel Franco Guzmán wrote:
> Hi,
>
> I'm newbie to PostgreSQL + Java + All :)
>
> All seems to run fine, but the getParameterMetaData() do not.
>
> The envinronment is:
>
> private PreparedStatement updStmt;
> String upd = "UPDATE AnswerTable SET pnformid = ?, pnuserid = ? WHERE pnanswerid = ? ";
> updStmt = connection.prepareStatement(upd);
>
> I have a function:
>
> int numParameters = updStmt.getParameterMetaData().getParameterCount();
>
> and it fails when i call it.
>
> The e.getMessage() is
>
> "This method is not yet implemented."
>
> when i run it with java version "1.4.1_01".
>
> With java version "1.3.1_07" i just get "NoSuchMethodError".
>
> Plz, can anyone help me or indicate what could be wrong?
>
> Regards,
--
Dave Cramer <Dave(at)micro-automation(dot)net>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Uwe Kubosch 2003-03-02 15:05:47 Re: binary data
Previous Message Dave Cramer 2003-03-02 14:46:06 Re: postgreSQL dirver compatibility to Oracle DB