Re: How to do Distributed transaction on a database that doesn't support JTA
Posted By:
Bozidar_Dangubic
Posted On:
Friday, August 10, 2001 06:47 AM
does your database support batch updates. this may be a way out but it is a hack. it is not really a solution to your problem but more of a workaround. if your database does not support transactions, you are pretty much stuck though you are lucky if you are only doing updates since batch updates may be a way out.