Subject TIB_Script
Author Shaq
I am creating a TIB_Script object dynamically. Then generating the sql
for the script. When I launch the script it will report an update
conflict (which would happen sometimes in my situation). An exception
occurs and the transaction is rolled back. I am controlling the
transactions myself.

The problem is that part of the script prior to the deadlock always
gets processed. I am not sure why since I call the rollback.

I know that I am probably missing some kind of setting or something
but I can't figure out what it is.

-Shaq