Re: JDBC JAR Problem

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: JDBC JAR Problem
Дата
Msg-id 42E80C19.8080903@opencloud.com
обсуждение исходный текст
Ответ на JDBC JAR Problem  ("Rohit Ankushe" <rohit.ankushe@codecindia.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: unusual ResultSet.next() behaviour
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: jdbc xa patches