JDBC : CallableStatement returns always same Exception
В списке pgsql-interfaces по дате отправления:
| От | Bruno Faure |
|---|---|
| Тема | JDBC : CallableStatement returns always same Exception |
| Дата | |
| Msg-id | 38FB2324.31373FE4@cosmosbay.com обсуждение исходный текст |
| Список | pgsql-interfaces |
Hi, I'am using a PGSQL DB on Linux, and I'm writing a Connection Servlet to that DB.
Everything is fine when using simple statements, but I can't use any CallableStatement to
execute stored procedures.
It returns an exception , whatever I put in the prepareCall (even if nothing) :
Error : Callable Statements are not supported at this time.
State : null
Code : 0
My code : CallableStatement instruction ; instruction = con.prepareCall("call ps_ins_user{?,?}"); --> raises the
Exception ...
or instruction = con.prepareCall(""); --> raises the Exception as well
Does that mean that stored procedure are not supported on pgSQL :-(?
I feel that this is a postgreSQL problem, because I've checked on the JDBC forum, and others are
using the same code on other
database without any probem.
Thanks for your help.
Bruno Faure
В списке pgsql-interfaces по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера