Re: JDBC JAR Problem

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Rohit Ankushe <rohit(dot)ankushe(at)codecindia(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC JAR Problem
Date: 2005-07-27 22:35:05
Message-ID: 42E80C19.8080903@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-07-27 22:37:47 Re: jdbc xa patches
Previous Message Oliver Jowett 2005-07-27 22:33:38 Re: unusual ResultSet.next() behaviour