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