Обсуждение: Problem with driver JDBC

Поиск
Список
Период
Сортировка

Problem with driver JDBC

От
"William Ponce"
Дата:

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.

 

Best regards

 

 

 

Re: Problem with driver JDBC

От
"Guy Rouillier"
Дата:
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