Re: JDBC JAR Problem - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: JDBC JAR Problem
Date
Msg-id 42E80C19.8080903@opencloud.com
Whole thread Raw
In response to JDBC JAR Problem  ("Rohit Ankushe" <rohit.ankushe@codecindia.com>)
List pgsql-jdbc
Rohit Ankushe wrote:

> I am using postgres 7.4.5 version database on th linux server and also I
> am using the postgres 7.4 jdbc 3 jar for the jdbc connection.
>
> When I call my function which are written in postgres using the plpgsql
> , I got error that "*Function does not exist*".
>
> I tried same thing using the postgres 8.0 jdbc3 jar but the porblem is
> not resolved .
>
> Please solve my problem .

Please send the code you are executing and the exact exception that you
see. The most likely problems are either a typo in your query, or a
mismatch between the parameter types you're supplying and the parameter
types of the function.

-O

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: unusual ResultSet.next() behaviour
Next
From: Oliver Jowett
Date:
Subject: Re: jdbc xa patches