Hello Amit!It is true that LiveCycle 8.2's JDBC service has on built-in
exception handling. This has been remedied in 9.0 as there are now
several exception types that can be handled.If I understand correctly,
your trouble comes with the lack of transaction management around the
existing JDBC service within LiveCycle. To this I can only recommend
that any SQL statements needing to be run with transaction management be
done so within an executeScript service. I have, on many, many
occasions, util...