Re: JDBC behaviour

Поиск
Список
Период
Сортировка
От Sridhar N Bamandlapally
Тема Re: JDBC behaviour
Дата
Msg-id CAGuFTBUu51R=kbgjTgYLYFWkUSnoFo5jWO9E3T6fJW5UXTSgLA@mail.gmail.com
обсуждение исходный текст
Ответ на JDBC behaviour  (Sridhar N Bamandlapally <sridhar.bn1@gmail.com>)
Ответы Re: JDBC behaviour  (Vladimir Sitnikov <sitnikov.vladimir@gmail.com>)
Список pgsql-jdbc
Hi

We are facing issue with PostgreSQL JDBC behaviour

in Java, under autocommit false mode, 

1. In between if any transaction then for next transaction, throws exception saying "current transaction is aborted, commands ignored until end of transaction block"

2. Even if exception is suppressed with try-catch then too for next transaction, throws exception saying "current transaction is aborted, commands ignored until end of transaction block"

3. The same is not happening with Oracle or SQL-Server, in this with-out any exception handling it works

Is it a bug or do we have other any alternate way to handle this ?

Please I need some help in this

Thanks
Sridhar


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Sridhar N Bamandlapally
Дата:
Сообщение: JDBC behaviour
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: JDBC behaviour