Close
jGuru Forums
Posted By: Arindam_Das Posted On: Wednesday, September 24, 2003 11:45 PM
i want to update 8 tables at a time. How to do using Java Transaction API? And If i write some transantion in SQL database How can i call that transaction?
Re: URGENT :: TRANSACTION REQUIRED ::
Posted By: Sunit_Bhargava Posted On: Tuesday, September 30, 2003 11:41 PM
U can write Stored Procedures and can use CallableStatement APIs for Accessing those SPs.