� Hello Sharad why u r not handling roll back issues in ur code. Rollback is mechanism can be performed on Databased Server. This can be done in Java code also (if u r using) For ur information point of view u can look Java.sql.*, javax.sql.* u can get some function about Roll back
2nd thing Automatic Roll back is one kind of Exception so u must be catch amd throw on screen This will helps Regards Deepak On Wed, 24 Nov 2004 Sharad Ramadas wrote : >no it doesn't automatically rollback. You will have to use the >rollback method of the connection object. > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >
