Re: Problem with driver JDBC

From: "Guy Rouillier" <guyr(at)masergy(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Problem with driver JDBC
Date: 2006-09-29 16:44:00
Message-ID: D4D1632DC736E74AB95FE78CD609007923B10F@mtxexch01.add0.masergy.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

William Ponce wrote:
> Mrs:
> I have a problem with Postgresql , Driver JDBC because when I call a
> stored procedure or function, in result say "function
> name_function(?) does not exit", y that is the problem, I don`t know
> if the problem is Postgresql 8.x or JDK, because I read many articles
> that in Postgresql 7.x , call function work well, but when change to
> Postgresql 8.0 or 8.1 and change driver JDBC3 it doesn`t work. I
> appreciate that you can help me.

Your specific scenario is too vaguely worded for anyone to be able to
help. Please provide your actual function declaration, and a snippet of
actual code where you are trying to invoke it. Include the statement
declaration; hopefully you are using CallableStatement.

--
Guy Rouillier

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2006-09-29 16:47:41 Re: jdbc batch insert
Previous Message Sriram Dandapani 2006-09-29 16:43:09 jdbc batch insert